diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-12-28 15:12:59 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-12-28 17:04:10 +0100 |
commit | 20082595d341d69dcf7853f2f1d4dc0051090b97 (patch) | |
tree | dfbc2a71a4f76fc28278042f0ccbdc3f21e96db3 /arch/mips | |
parent | 348dd600c3db6ac6fa270e0d0c9f9380dacf8064 (diff) | |
download | linux-20082595d341d69dcf7853f2f1d4dc0051090b97.tar.gz linux-20082595d341d69dcf7853f2f1d4dc0051090b97.tar.bz2 linux-20082595d341d69dcf7853f2f1d4dc0051090b97.zip |
MIPS: Include PAGE_S{IZE,HIFT} in <asm/offset.h>.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/kernel/asm-offsets.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/kernel/asm-offsets.c b/arch/mips/kernel/asm-offsets.c index 9690998d4ef3..50285b2c7ffe 100644 --- a/arch/mips/kernel/asm-offsets.c +++ b/arch/mips/kernel/asm-offsets.c @@ -200,6 +200,9 @@ void output_mm_defines(void) DEFINE(_PTRS_PER_PMD, PTRS_PER_PMD); DEFINE(_PTRS_PER_PTE, PTRS_PER_PTE); BLANK(); + DEFINE(_PAGE_SHIFT, PAGE_SHIFT); + DEFINE(_PAGE_SIZE, PAGE_SIZE); + BLANK(); } #ifdef CONFIG_32BIT |