From: Andi Kleen Normally the memory-failure.c code is enabled by the architecture, but for easier testing independent of architecture changes enable it unconditionally. This should not be merged into mainline. Signed-off-by: Andi Kleen --- mm/Kconfig | 2 ++ 1 file changed, 2 insertions(+) --- sound-2.6.orig/mm/Kconfig +++ sound-2.6/mm/Kconfig @@ -241,6 +241,8 @@ config KSM config MEMORY_FAILURE bool + default y + depends on MMU config HWPOISON_INJECT tristate "Hardware poison pages injector" -- -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org