提交 3b57bc46 编写于 作者: Y Yinghai Lu 提交者: Ingo Molnar

x86: remove double-checking empty zero pages debug

so far no one complained about that.
Signed-off-by: NYinghai Lu <yinghai.lu@sun.com>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 7265b6f1
......@@ -515,14 +515,6 @@ void __init mem_init(void)
/* clear_bss() already clear the empty_zero_page */
/* temporary debugging - double check it's true: */
{
int i;
for (i = 0; i < 1024; i++)
WARN_ON_ONCE(empty_zero_page[i]);
}
reservedpages = 0;
/* this will put all low memory onto the freelists */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册