diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/asm/pgtable-2level.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/pgtable-2level.h b/arch/arm/include/asm/pgtable-2level.h index bcc5e300413f..bfd662e49a25 100644 --- a/arch/arm/include/asm/pgtable-2level.h +++ b/arch/arm/include/asm/pgtable-2level.h | |||
@@ -10,6 +10,8 @@ | |||
10 | #ifndef _ASM_PGTABLE_2LEVEL_H | 10 | #ifndef _ASM_PGTABLE_2LEVEL_H |
11 | #define _ASM_PGTABLE_2LEVEL_H | 11 | #define _ASM_PGTABLE_2LEVEL_H |
12 | 12 | ||
13 | #define __PAGETABLE_PMD_FOLDED | ||
14 | |||
13 | /* | 15 | /* |
14 | * Hardware-wise, we have a two level page table structure, where the first | 16 | * Hardware-wise, we have a two level page table structure, where the first |
15 | * level has 4096 entries, and the second level has 256 entries. Each entry | 17 | * level has 4096 entries, and the second level has 256 entries. Each entry |