Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757752AbZFCStw (ORCPT ); Wed, 3 Jun 2009 14:49:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755517AbZFCSrQ (ORCPT ); Wed, 3 Jun 2009 14:47:16 -0400 Received: from one.firstfloor.org ([213.235.205.2]:37868 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754426AbZFCSrL (ORCPT ); Wed, 3 Jun 2009 14:47:11 -0400 From: Andi Kleen References: <20090603846.816684333@firstfloor.org> In-Reply-To: <20090603846.816684333@firstfloor.org> To: akpm@linux-foundation.org, npiggin@suse.de, linux-kernel@vger.kernel.org, linux-mm@kvack.org, fengguang.wu@intel.com Subject: [PATCH] [14/16] HWPOISON: FOR TESTING: Enable memory failure code unconditionally Message-Id: <20090603184649.7D5581D0282@basil.firstfloor.org> Date: Wed, 3 Jun 2009 20:46:49 +0200 (CEST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 938 Lines: 30 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(+) Index: linux/mm/Kconfig =================================================================== --- linux.orig/mm/Kconfig 2009-06-03 20:30:32.000000000 +0200 +++ linux/mm/Kconfig 2009-06-03 20:39:48.000000000 +0200 @@ -222,6 +222,8 @@ config MEMORY_FAILURE bool + default y + depends on MMU config NOMMU_INITIAL_TRIM_EXCESS int "Turn on mmap() excess space trimming before booting" -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/