diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sparc64/kernel/dtlb_backend.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/dtlb_backend.S b/arch/sparc64/kernel/dtlb_backend.S index b73a3c858770..538522848ad4 100644 --- a/arch/sparc64/kernel/dtlb_backend.S +++ b/arch/sparc64/kernel/dtlb_backend.S | |||
@@ -16,7 +16,7 @@ | |||
16 | #elif PAGE_SHIFT == 19 | 16 | #elif PAGE_SHIFT == 19 |
17 | #define SZ_BITS _PAGE_SZ512K | 17 | #define SZ_BITS _PAGE_SZ512K |
18 | #elif PAGE_SHIFT == 22 | 18 | #elif PAGE_SHIFT == 22 |
19 | #define SZ_BITS _PAGE_SZ4M | 19 | #define SZ_BITS _PAGE_SZ4MB |
20 | #endif | 20 | #endif |
21 | 21 | ||
22 | #define VALID_SZ_BITS (_PAGE_VALID | SZ_BITS) | 22 | #define VALID_SZ_BITS (_PAGE_VALID | SZ_BITS) |