* [PATCH] x86_64: remove double-checking empty zero pages debug
@ 2008-02-21 2:53 Yinghai Lu
2008-02-21 3:30 ` Ingo Molnar
0 siblings, 1 reply; 2+ messages in thread
From: Yinghai Lu @ 2008-02-21 2:53 UTC (permalink / raw)
To: Ingo Molnar, Linux Kernel Mailing List
so far, no one complained that.
Signed-off-by: Yinghai Lu <yinghai.lu@sun.com>
diff --git a/arch/x86/mm/init_64.c b/arch/x86/mm/init_64.c
index fafeb95..f4a5a2b 100644
--- a/arch/x86/mm/init_64.c
+++ b/arch/x86/mm/init_64.c
@@ -574,14 +574,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 */
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] x86_64: remove double-checking empty zero pages debug
2008-02-21 2:53 [PATCH] x86_64: remove double-checking empty zero pages debug Yinghai Lu
@ 2008-02-21 3:30 ` Ingo Molnar
0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2008-02-21 3:30 UTC (permalink / raw)
To: Yinghai Lu; +Cc: Linux Kernel Mailing List
* Yinghai Lu <Yinghai.Lu@Sun.COM> wrote:
> so far, no one complained that.
thanks Yinghai, applied.
Ingo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-21 3:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-21 2:53 [PATCH] x86_64: remove double-checking empty zero pages debug Yinghai Lu
2008-02-21 3:30 ` Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox