summaryrefslogtreecommitdiffstats
path: root/include/asm-cris/arch-v10
diff options
context:
space:
mode:
authorMikael Starvik2005-07-27 20:44:39 +0200
committerLinus Torvalds2005-07-28 01:26:00 +0200
commit4f18cfbf0990bfc2e8e7706eeb9e5bef898ae923 (patch)
treeb6bd033aac034e5d3cb83be8efb03506135866b2 /include/asm-cris/arch-v10
parent[PATCH] CRIS update: misc patches (diff)
downloadkernel-qcow2-linux-4f18cfbf0990bfc2e8e7706eeb9e5bef898ae923.tar.gz
kernel-qcow2-linux-4f18cfbf0990bfc2e8e7706eeb9e5bef898ae923.tar.xz
kernel-qcow2-linux-4f18cfbf0990bfc2e8e7706eeb9e5bef898ae923.zip
[PATCH] CRIS update: mm
Memory management patches. * SMP support. * Non-executable stack (on v32). * 4-level page tables. * Added simple Thread Local Storage support. Signed-off-by: Mikael Starvik <starvik@axis.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-cris/arch-v10')
-rw-r--r--include/asm-cris/arch-v10/mmu.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/asm-cris/arch-v10/mmu.h b/include/asm-cris/arch-v10/mmu.h
index d18aa00e50bc..df84f1716e6b 100644
--- a/include/asm-cris/arch-v10/mmu.h
+++ b/include/asm-cris/arch-v10/mmu.h
@@ -7,7 +7,10 @@
/* type used in struct mm to couple an MMU context to an active mm */
-typedef unsigned int mm_context_t;
+typedef struct
+{
+ unsigned int page_id;
+} mm_context_t;
/* kernel memory segments */