summaryrefslogtreecommitdiffstats
path: root/include/asm-mn10300/mmu.h
diff options
context:
space:
mode:
authorLinus Torvalds2009-04-10 19:01:49 +0200
committerLinus Torvalds2009-04-10 19:01:49 +0200
commitd848223808c5d21e1b3cea090047e34722c6254b (patch)
treea869974378be9c20f311ad3d934eb3946e813a1a /include/asm-mn10300/mmu.h
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-frv (diff)
parentSeparate out the proc- and unit-specific header directories from the general (diff)
downloadkernel-qcow2-linux-d848223808c5d21e1b3cea090047e34722c6254b.tar.gz
kernel-qcow2-linux-d848223808c5d21e1b3cea090047e34722c6254b.tar.xz
kernel-qcow2-linux-d848223808c5d21e1b3cea090047e34722c6254b.zip
Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300
* git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300: Separate out the proc- and unit-specific header directories from the general Move arch headers from include/asm-mn10300/ to arch/mn10300/include/asm/.
Diffstat (limited to 'include/asm-mn10300/mmu.h')
-rw-r--r--include/asm-mn10300/mmu.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/include/asm-mn10300/mmu.h b/include/asm-mn10300/mmu.h
deleted file mode 100644
index 2d2d097e7309..000000000000
--- a/include/asm-mn10300/mmu.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/* MN10300 Memory management context
- *
- * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
- * Written by David Howells (dhowells@redhat.com)
- * - Derived from include/asm-frv/mmu.h
- */
-
-#ifndef _ASM_MMU_H
-#define _ASM_MMU_H
-
-/*
- * MMU context
- */
-typedef struct {
- unsigned long tlbpid[NR_CPUS]; /* TLB PID for this process on
- * each CPU */
-} mm_context_t;
-
-#endif /* _ASM_MMU_H */