Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756124AbZJAKAQ (ORCPT ); Thu, 1 Oct 2009 06:00:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756095AbZJAKAO (ORCPT ); Thu, 1 Oct 2009 06:00:14 -0400 Received: from hera.kernel.org ([140.211.167.34]:55870 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756051AbZJAKAN (ORCPT ); Thu, 1 Oct 2009 06:00:13 -0400 Date: Thu, 1 Oct 2009 09:58:57 GMT From: tip-bot for Jaswinder Singh Rajput Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@redhat.com, penberg@cs.helsinki.fi, jaswinder@kernel.org, mpm@selenic.com, jaswinderrajput@gmail.com, akpm@linux-foundation.org, tglx@linutronix.de, rpjday@crashcourse.ca, mingo@elte.hu, cl@linux-foundation.org Reply-To: mingo@redhat.com, hpa@zytor.com, linux-kernel@vger.kernel.org, penberg@cs.helsinki.fi, jaswinder@kernel.org, mpm@selenic.com, jaswinderrajput@gmail.com, akpm@linux-foundation.org, tglx@linutronix.de, rpjday@crashcourse.ca, cl@linux-foundation.org, mingo@elte.hu In-Reply-To: <1253981501.4568.61.camel@ht.satnam> References: <1253981501.4568.61.camel@ht.satnam> To: linux-tip-commits@vger.kernel.org Subject: [tip:x86/urgent] x86, SLUB: Remove unused CONFIG FAST_CMPXCHG_LOCAL Message-ID: Git-Commit-ID: 4701472e441e41be2549a25228f703bc9cd13b5b X-Mailer: tip-git-log-daemon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (hera.kernel.org [127.0.0.1]); Thu, 01 Oct 2009 09:59:11 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1512 Lines: 47 Commit-ID: 4701472e441e41be2549a25228f703bc9cd13b5b Gitweb: http://git.kernel.org/tip/4701472e441e41be2549a25228f703bc9cd13b5b Author: Jaswinder Singh Rajput AuthorDate: Sat, 26 Sep 2009 21:41:41 +0530 Committer: Ingo Molnar CommitDate: Thu, 1 Oct 2009 10:59:08 +0200 x86, SLUB: Remove unused CONFIG FAST_CMPXCHG_LOCAL Remove unused CONFIG FAST_CMPXCHG_LOCAL from Kconfig. Reported-by: Robert P. J. Day Signed-off-by: Jaswinder Singh Rajput Acked-by: Christoph Lameter Cc: Pekka Enberg Cc: Matt Mackall Cc: Andrew Morton Cc: "Robert P. J. Day" Cc: linux-mm@kvack.org LKML-Reference: <1253981501.4568.61.camel@ht.satnam> Signed-off-by: Ingo Molnar --- arch/x86/Kconfig | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 8da9374..c876bac 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -86,10 +86,6 @@ config STACKTRACE_SUPPORT config HAVE_LATENCYTOP_SUPPORT def_bool y -config FAST_CMPXCHG_LOCAL - bool - default y - config MMU def_bool y -- 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/