summaryrefslogtreecommitdiffstats
path: root/mm/memory-failure.c
diff options
context:
space:
mode:
authorAndi Kleen <ak@linux.intel.com>2015-06-24 19:56:05 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2015-06-24 20:49:41 -0400
commitebb09738d32b840be8157d556f7756e6dbcc1735 (patch)
treeabd8645b98d89e2048c54dd62682cf4785df7f9e /mm/memory-failure.c
parente0de78dfb4655752897d123a8cce6ecab4175dc9 (diff)
mm, hwpoison: remove obsolete "Notebook" todo list
All the items mentioned here have been either addressed, or were not really needed. So just remove the comment. Signed-off-by: Andi Kleen <ak@linux.intel.com> Acked-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/memory-failure.c')
-rw-r--r--mm/memory-failure.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/mm/memory-failure.c b/mm/memory-failure.c
index dfa9dd7f1aea..8e71b6e641ad 100644
--- a/mm/memory-failure.c
+++ b/mm/memory-failure.c
@@ -36,13 +36,6 @@
36 * are rare we hope to get away with this. This avoids impacting the core 36 * are rare we hope to get away with this. This avoids impacting the core
37 * VM. 37 * VM.
38 */ 38 */
39
40/*
41 * Notebook:
42 * - hugetlb needs more code
43 * - kcore/oldmem/vmcore/mem/kmem check for hwpoison pages
44 * - pass bad pages to kdump next kernel
45 */
46#include <linux/kernel.h> 39#include <linux/kernel.h>
47#include <linux/mm.h> 40#include <linux/mm.h>
48#include <linux/page-flags.h> 41#include <linux/page-flags.h>