summaryrefslogtreecommitdiffstats
path: root/include/asm-m32r/mmu.h
diff options
context:
space:
mode:
authorHirokazu Takata2008-11-27 18:46:48 +0100
committerHirokazu Takata2009-04-17 03:05:01 +0200
commitfe4e719d82c4052751d2287de4bd18bd04e93685 (patch)
tree3a120e25626becf138f523a356422c0cdf9804c7 /include/asm-m32r/mmu.h
parentMerge branch 'x86/uv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/li... (diff)
downloadkernel-qcow2-linux-fe4e719d82c4052751d2287de4bd18bd04e93685.tar.gz
kernel-qcow2-linux-fe4e719d82c4052751d2287de4bd18bd04e93685.tar.xz
kernel-qcow2-linux-fe4e719d82c4052751d2287de4bd18bd04e93685.zip
m32r: move include/asm-m32r headers to arch/m32r/include/asm
Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
Diffstat (limited to 'include/asm-m32r/mmu.h')
-rw-r--r--include/asm-m32r/mmu.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/include/asm-m32r/mmu.h b/include/asm-m32r/mmu.h
deleted file mode 100644
index 150cb92bb666..000000000000
--- a/include/asm-m32r/mmu.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef _ASM_M32R_MMU_H
-#define _ASM_M32R_MMU_H
-
-#if !defined(CONFIG_MMU)
-
-typedef struct {
- unsigned long end_brk;
-} mm_context_t;
-
-#else /* CONFIG_MMU */
-
-/* Default "unsigned long" context */
-#ifndef CONFIG_SMP
-typedef unsigned long mm_context_t;
-#else
-typedef unsigned long mm_context_t[NR_CPUS];
-#endif
-
-#endif /* CONFIG_MMU */
-
-#endif /* _ASM_M32R_MMU_H */