From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757580AbYLWAPP (ORCPT ); Mon, 22 Dec 2008 19:15:15 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756843AbYLWAMb (ORCPT ); Mon, 22 Dec 2008 19:12:31 -0500 Received: from e1.ny.us.ibm.com ([32.97.182.141]:54137 "EHLO e1.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756292AbYLWAM0 (ORCPT ); Mon, 22 Dec 2008 19:12:26 -0500 From: paulmck@linux.vnet.ibm.com To: linux-kernel@vger.kernel.org Cc: mingo@elte.hu, tglx@linutronix.de, akpm@linux-foundation.org, ralf@linux-mips.org, kernel@wantstofly.org, hskinnemoen@atmel.com, cooloney@kernel.org, tony.luck@intel.com, geert@linux-m68k.org, zippel@linux-m68k.org, jwboyer@linux.vnet.ibm.com, mporter@kernel.crashing.org, grant.likely@secretlab.ca, paulus@samba.org, benh@kernel.crashing.org, dhowells@redhat.com, yasutake.koichi@jp.panasonic.com, lethal@linux-sh.org, hpa@zytor.com, "Paul E. McKenney" Subject: [PATCH -tip] Switch x86 defconfig from CONFIG_CLASSIC_RCU to CONFIG_TREE_RCU. Date: Mon, 22 Dec 2008 16:12:27 -0800 Message-Id: <12299911473075-git-send-email-paulmck@linux.vnet.ibm.com> X-Mailer: git-send-email 1.5.2.5 In-Reply-To: <1229991147545-git-send-email-paulmck@linux.vnet.ibm.com> References: <1229991147545-git-send-email-paulmck@linux.vnet.ibm.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Paul E. McKenney Only for testing in -tip and -next, not yet for inclusion into mainline. Signed-off-by: Paul E. McKenney --- arch/x86/configs/i386_defconfig | 2 +- arch/x86/configs/x86_64_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/configs/i386_defconfig b/arch/x86/configs/i386_defconfig index 13b8c86..bfb15bf 100644 --- a/arch/x86/configs/i386_defconfig +++ b/arch/x86/configs/i386_defconfig @@ -176,7 +176,7 @@ CONFIG_IOSCHED_CFQ=y CONFIG_DEFAULT_CFQ=y # CONFIG_DEFAULT_NOOP is not set CONFIG_DEFAULT_IOSCHED="cfq" -CONFIG_CLASSIC_RCU=y +CONFIG_TREE_RCU=y # # Processor type and features diff --git a/arch/x86/configs/x86_64_defconfig b/arch/x86/configs/x86_64_defconfig index f0a03d7..bf9d3f5 100644 --- a/arch/x86/configs/x86_64_defconfig +++ b/arch/x86/configs/x86_64_defconfig @@ -175,7 +175,7 @@ CONFIG_IOSCHED_CFQ=y CONFIG_DEFAULT_CFQ=y # CONFIG_DEFAULT_NOOP is not set CONFIG_DEFAULT_IOSCHED="cfq" -CONFIG_CLASSIC_RCU=y +CONFIG_TREE_RCU=y # # Processor type and features -- 1.5.2.5