diff options
| author | Ralf Baechle <ralf@linux-mips.org> | 2007-07-31 16:47:03 -0400 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2007-08-26 21:16:48 -0400 |
| commit | 4c8081e4696c7afc61930e4a49a6fa55c545b7e0 (patch) | |
| tree | 070cd7db64adfe20b94ed5608c16abcdab869cda /include/asm-mips | |
| parent | 50c46637aa894f904e2fb39086a3d7732f68bd50 (diff) | |
[MIPS] Fix computation of PGDIR_SHIFT for 16K pagesize on 32-bit kernels.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips')
| -rw-r--r-- | include/asm-mips/pgtable-32.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/asm-mips/pgtable-32.h b/include/asm-mips/pgtable-32.h index 2fbd47eba32d..ff2948513f8e 100644 --- a/include/asm-mips/pgtable-32.h +++ b/include/asm-mips/pgtable-32.h | |||
| @@ -43,11 +43,7 @@ extern int add_temporary_entry(unsigned long entrylo0, unsigned long entrylo1, | |||
| 43 | */ | 43 | */ |
| 44 | 44 | ||
| 45 | /* PGDIR_SHIFT determines what a third-level page table entry can map */ | 45 | /* PGDIR_SHIFT determines what a third-level page table entry can map */ |
| 46 | #ifdef CONFIG_64BIT_PHYS_ADDR | 46 | #define PGDIR_SHIFT (2 * PAGE_SHIFT + PTE_ORDER - PTE_T_LOG2) |
| 47 | #define PGDIR_SHIFT 21 | ||
| 48 | #else | ||
| 49 | #define PGDIR_SHIFT 22 | ||
| 50 | #endif | ||
| 51 | #define PGDIR_SIZE (1UL << PGDIR_SHIFT) | 47 | #define PGDIR_SIZE (1UL << PGDIR_SHIFT) |
| 52 | #define PGDIR_MASK (~(PGDIR_SIZE-1)) | 48 | #define PGDIR_MASK (~(PGDIR_SIZE-1)) |
| 53 | 49 | ||
