diff options
Diffstat (limited to 'arch/mips/kernel/asm-offsets.c')
-rw-r--r-- | arch/mips/kernel/asm-offsets.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/kernel/asm-offsets.c b/arch/mips/kernel/asm-offsets.c index 013327286c26..ca136298acdc 100644 --- a/arch/mips/kernel/asm-offsets.c +++ b/arch/mips/kernel/asm-offsets.c | |||
@@ -232,6 +232,10 @@ void output_mm_defines(void) | |||
232 | constant("#define _PMD_T_LOG2 ", PMD_T_LOG2); | 232 | constant("#define _PMD_T_LOG2 ", PMD_T_LOG2); |
233 | constant("#define _PTE_T_LOG2 ", PTE_T_LOG2); | 233 | constant("#define _PTE_T_LOG2 ", PTE_T_LOG2); |
234 | linefeed; | 234 | linefeed; |
235 | constant("#define _PGD_ORDER ", PGD_ORDER); | ||
236 | constant("#define _PMD_ORDER ", PMD_ORDER); | ||
237 | constant("#define _PTE_ORDER ", PTE_ORDER); | ||
238 | linefeed; | ||
235 | constant("#define _PMD_SHIFT ", PMD_SHIFT); | 239 | constant("#define _PMD_SHIFT ", PMD_SHIFT); |
236 | constant("#define _PGDIR_SHIFT ", PGDIR_SHIFT); | 240 | constant("#define _PGDIR_SHIFT ", PGDIR_SHIFT); |
237 | linefeed; | 241 | linefeed; |