Commit 20082595 authored by Ralf Baechle's avatar Ralf Baechle

MIPS: Include PAGE_S{IZE,HIFT} in <asm/offset.h>.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 348dd600
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment