aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYinghai Lu <Yinghai.Lu@Sun.COM>2008-02-20 21:53:17 -0500
committerIngo Molnar <mingo@elte.hu>2008-02-26 06:55:55 -0500
commit3b57bc461fd5019aef4cfc77d4faf56ebe95449c (patch)
treed500aa101bde0e331bf7e133e117231dee5d3dec
parent7265b6f10deba1cbe071cee646b063bda07ecd68 (diff)
x86: remove double-checking empty zero pages debug
so far no one complained about that. Signed-off-by: Yinghai Lu <yinghai.lu@sun.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r--arch/x86/mm/init_64.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/x86/mm/init_64.c b/arch/x86/mm/init_64.c
index bb652f5a93fb..6dbb0035c57a 100644
--- a/arch/x86/mm/init_64.c
+++ b/arch/x86/mm/init_64.c
@@ -515,14 +515,6 @@ void __init mem_init(void)
515 515
516 /* clear_bss() already clear the empty_zero_page */ 516 /* clear_bss() already clear the empty_zero_page */
517 517
518 /* temporary debugging - double check it's true: */
519 {
520 int i;
521
522 for (i = 0; i < 1024; i++)
523 WARN_ON_ONCE(empty_zero_page[i]);
524 }
525
526 reservedpages = 0; 518 reservedpages = 0;
527 519
528 /* this will put all low memory onto the freelists */ 520 /* this will put all low memory onto the freelists */