mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
MIPS: Include PAGE_S{IZE,HIFT} in <asm/offset.h>.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
348dd600c3
commit
20082595d3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user