[S390] 1K/2K page table pages.
[firefly-linux-kernel-4.4.55.git] / include / asm-s390 / mmu.h
index ccd36d26615a7c12abc6ec328e2295152038f833..13ec4215f437078659afb337b0c546903c7225f9 100644 (file)
@@ -1,7 +1,11 @@
 #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;
+       int noexec;
+} mm_context_t;
 
 #endif