- Update to 2.6.25-rc3.
[linux-flexiantxendom0-3.2.10.git] / include / asm-s390 / mmu.h
index ccd36d2..1698e29 100644 (file)
@@ -1,7 +1,12 @@
 #ifndef __MMU_H
 #define __MMU_H
 
-/* Default "unsigned long" context */
-typedef unsigned long mm_context_t;
+typedef struct {
+       struct list_head crst_list;
+       struct list_head pgtable_list;
+       unsigned long asce_bits;
+       unsigned long asce_limit;
+       int noexec;
+} mm_context_t;
 
 #endif