diff options
Diffstat (limited to 'kernel/arch/powerpc/include/asm/pte-hash64.h')
-rw-r--r-- | kernel/arch/powerpc/include/asm/pte-hash64.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/arch/powerpc/include/asm/pte-hash64.h b/kernel/arch/powerpc/include/asm/pte-hash64.h index fc852f7e7..ef612c160 100644 --- a/kernel/arch/powerpc/include/asm/pte-hash64.h +++ b/kernel/arch/powerpc/include/asm/pte-hash64.h @@ -16,6 +16,7 @@ */ #define _PAGE_PRESENT 0x0001 /* software: pte contains a translation */ #define _PAGE_USER 0x0002 /* matches one of the PP bits */ +#define _PAGE_BIT_SWAP_TYPE 2 #define _PAGE_EXEC 0x0004 /* No execute on POWER4 and newer (we invert) */ #define _PAGE_GUARDED 0x0008 /* We can derive Memory coherence from _PAGE_NO_CACHE */ |