summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/mmu_context.h
blob: 7325fbaa49f7eb14eefb53227faa0d0494a916ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * linux/include/asm-arm/mmu_context.h
 *
 * Copyright (c) 1996 Russell King.
 *
 * Changelog:
 *  27-06-1996	RMK	Created
 */
#ifndef __ASM_ARM_MMU_CONTEXT_H
#define __ASM_ARM_MMU_CONTEXT_H

#define get_mmu_context(x) do { } while (0)

#define init_new_context(mm)	do { } while(0)
#define destroy_context(mm)	do { } while(0)

#endif