Przeglądaj źródła

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 14 lat temu
rodzic
commit
898e70d1e5
1 zmienionych plików z 0 dodań i 1 usunięć
  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>