projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb46e73
)
HWPOISON: Disable DEBUG by default
author
Andi Kleen
<ak@linux.intel.com>
Mon, 27 Sep 2010 21:33:29 +0000
(23:33 +0200)
committer
Andi 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
patch
|
blob
|
blame
|
history
diff --git
a/mm/memory-failure.c
b/mm/memory-failure.c
index 0a2ed9a17e8c6b435ec192a90a42b4048b1b5444..77b3e79528f0a5db87045942964ca5178ffc396f 100644
(file)
--- 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 <linux/kernel.h>
#include <linux/mm.h>
#include <linux/page-flags.h>