Преглед изворни кода

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 <ak@linux.intel.com>
Andi Kleen пре 15 година
родитељ
комит
898e70d1e5
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      mm/memory-failure.c

+ 0 - 1
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 <linux/kernel.h>
 #include <linux/mm.h>
 #include <linux/page-flags.h>