提交 20082595 编写于 作者: R Ralf Baechle

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

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 348dd600
...@@ -200,6 +200,9 @@ void output_mm_defines(void) ...@@ -200,6 +200,9 @@ void output_mm_defines(void)
DEFINE(_PTRS_PER_PMD, PTRS_PER_PMD); DEFINE(_PTRS_PER_PMD, PTRS_PER_PMD);
DEFINE(_PTRS_PER_PTE, PTRS_PER_PTE); DEFINE(_PTRS_PER_PTE, PTRS_PER_PTE);
BLANK(); BLANK();
DEFINE(_PAGE_SHIFT, PAGE_SHIFT);
DEFINE(_PAGE_SIZE, PAGE_SIZE);
BLANK();
} }
#ifdef CONFIG_32BIT #ifdef CONFIG_32BIT
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部