diff options
Diffstat (limited to 'include/asm-sparc64/pgtable.h')
-rw-r--r-- | include/asm-sparc64/pgtable.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-sparc64/pgtable.h b/include/asm-sparc64/pgtable.h index 77ba0b6cc1ce..2b2ecd6104d2 100644 --- a/include/asm-sparc64/pgtable.h +++ b/include/asm-sparc64/pgtable.h | |||
@@ -116,6 +116,10 @@ | |||
116 | #define _PAGE_W _AC(0x0000000000000002,UL) /* Writable */ | 116 | #define _PAGE_W _AC(0x0000000000000002,UL) /* Writable */ |
117 | #define _PAGE_G _AC(0x0000000000000001,UL) /* Global */ | 117 | #define _PAGE_G _AC(0x0000000000000001,UL) /* Global */ |
118 | 118 | ||
119 | #define _PAGE_ALL_SZ_BITS \ | ||
120 | (_PAGE_SZ4MB | _PAGE_SZ512K | _PAGE_SZ64K | \ | ||
121 | _PAGE_SZ8K | _PAGE_SZ32MB | _PAGE_SZ256MB) | ||
122 | |||
119 | /* Here are the SpitFire software bits we use in the TTE's. | 123 | /* Here are the SpitFire software bits we use in the TTE's. |
120 | * | 124 | * |
121 | * WARNING: If you are going to try and start using some | 125 | * WARNING: If you are going to try and start using some |