From: Andi Kleen Date: Mon, 27 Sep 2010 21:33:29 +0000 (+0200) Subject: HWPOISON: Disable DEBUG by default X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=898e70d1e526d7814bd2f64c907706b83ffca9af;p=linux-beck.git HWPOISON: Disable DEBUG by default Now that only a few obscure messages are left as pr_debug disable outputting of pr_debug in memory-failure.c by default. Signed-off-by: Andi Kleen --- diff --git a/mm/memory-failure.c b/mm/memory-failure.c index 0a2ed9a17e8c..77b3e79528f0 100644 --- a/mm/memory-failure.c +++ b/mm/memory-failure.c @@ -35,7 +35,6 @@ * - kcore/oldmem/vmcore/mem/kmem check for hwpoison pages * - pass bad pages to kdump next kernel */ -#define DEBUG 1 /* remove me in 2.6.34 */ #include #include #include