s390: KVM preparation: provide hook to enable pgstes in user pagetable
[pandora-kernel.git] / include / asm-s390 / mmu.h
index 1698e29..5dd5e7b 100644 (file)
@@ -7,6 +7,7 @@ typedef struct {
        unsigned long asce_bits;
        unsigned long asce_limit;
        int noexec;
+       int pgstes;
 } mm_context_t;
 
 #endif