HWPOISON: Disable DEBUG by default
authorAndi Kleen <ak@linux.intel.com>
Mon, 27 Sep 2010 21:33:29 +0000 (23:33 +0200)
committerAndi Kleen <ak@linux.intel.com>
Fri, 8 Oct 2010 07:33:00 +0000 (09:33 +0200)
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 <ak@linux.intel.com>
mm/memory-failure.c

index 0a2ed9a..77b3e79 100644 (file)
@@ -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 <linux/kernel.h>
 #include <linux/mm.h>
 #include <linux/page-flags.h>