LKML Archive mirror
 help / color / mirror / Atom feed
* [PATCH] x86: SLUB: Remove unused CONFIG FAST_CMPXCHG_LOCAL
@ 2009-09-26 16:11 Jaswinder Singh Rajput
  2009-09-26 16:14 ` Christoph Lameter
  2009-10-01  9:58 ` [tip:x86/urgent] x86, " tip-bot for Jaswinder Singh Rajput
  0 siblings, 2 replies; 3+ messages in thread
From: Jaswinder Singh Rajput @ 2009-09-26 16:11 UTC (permalink / raw
  To: Christoph Lameter, Pekka Enberg, Matt Mackall, Andrew Morton,
	Robert P. J. Day, Ingo Molnar, linux-mm, x86 maintainers, LKML


Remove unused CONFIG FAST_CMPXCHG_LOCAL from Kconfig and defconfigs

Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Cc: Christoph Lameter <cl@linux-foundation.org>
Cc: Pekka Enberg <penberg@cs.helsinki.fi>
Cc: Matt Mackall <mpm@selenic.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Ingo Molnar <mingo@elte.hu>
---
 arch/x86/Kconfig                  |    4 ----
 arch/x86/configs/i386_defconfig   |    1 -
 arch/x86/configs/x86_64_defconfig |    1 -
 3 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 9369879..27ebee4 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
 
diff --git a/arch/x86/configs/i386_defconfig b/arch/x86/configs/i386_defconfig
index d28fad1..fdf15d3 100644
--- a/arch/x86/configs/i386_defconfig
+++ b/arch/x86/configs/i386_defconfig
@@ -17,7 +17,6 @@ CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
 CONFIG_LOCKDEP_SUPPORT=y
 CONFIG_STACKTRACE_SUPPORT=y
 CONFIG_HAVE_LATENCYTOP_SUPPORT=y
-CONFIG_FAST_CMPXCHG_LOCAL=y
 CONFIG_MMU=y
 CONFIG_ZONE_DMA=y
 CONFIG_GENERIC_ISA_DMA=y
diff --git a/arch/x86/configs/x86_64_defconfig b/arch/x86/configs/x86_64_defconfig
index 6c86acd..b75aec8 100644
--- a/arch/x86/configs/x86_64_defconfig
+++ b/arch/x86/configs/x86_64_defconfig
@@ -17,7 +17,6 @@ CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
 CONFIG_LOCKDEP_SUPPORT=y
 CONFIG_STACKTRACE_SUPPORT=y
 CONFIG_HAVE_LATENCYTOP_SUPPORT=y
-CONFIG_FAST_CMPXCHG_LOCAL=y
 CONFIG_MMU=y
 CONFIG_ZONE_DMA=y
 CONFIG_GENERIC_ISA_DMA=y
-- 
1.6.0.6



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] x86: SLUB: Remove unused CONFIG FAST_CMPXCHG_LOCAL
  2009-09-26 16:11 [PATCH] x86: SLUB: Remove unused CONFIG FAST_CMPXCHG_LOCAL Jaswinder Singh Rajput
@ 2009-09-26 16:14 ` Christoph Lameter
  2009-10-01  9:58 ` [tip:x86/urgent] x86, " tip-bot for Jaswinder Singh Rajput
  1 sibling, 0 replies; 3+ messages in thread
From: Christoph Lameter @ 2009-09-26 16:14 UTC (permalink / raw
  To: Jaswinder Singh Rajput
  Cc: Pekka Enberg, Matt Mackall, Andrew Morton, Robert P. J. Day,
	Ingo Molnar, linux-mm, x86 maintainers, LKML

Leftover stuff from a reverted patch.

Acked-by: Christoph Lameter <cl@linux-foundation.org>

On Sat, 26 Sep 2009, Jaswinder Singh Rajput wrote:

>
> Remove unused CONFIG FAST_CMPXCHG_LOCAL from Kconfig and defconfigs
>
> Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
> Cc: Christoph Lameter <cl@linux-foundation.org>
> Cc: Pekka Enberg <penberg@cs.helsinki.fi>
> Cc: Matt Mackall <mpm@selenic.com>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Cc: Ingo Molnar <mingo@elte.hu>
> ---
>  arch/x86/Kconfig                  |    4 ----
>  arch/x86/configs/i386_defconfig   |    1 -
>  arch/x86/configs/x86_64_defconfig |    1 -
>  3 files changed, 0 insertions(+), 6 deletions(-)
>
> diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
> index 9369879..27ebee4 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
>
> diff --git a/arch/x86/configs/i386_defconfig b/arch/x86/configs/i386_defconfig
> index d28fad1..fdf15d3 100644
> --- a/arch/x86/configs/i386_defconfig
> +++ b/arch/x86/configs/i386_defconfig
> @@ -17,7 +17,6 @@ CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
>  CONFIG_LOCKDEP_SUPPORT=y
>  CONFIG_STACKTRACE_SUPPORT=y
>  CONFIG_HAVE_LATENCYTOP_SUPPORT=y
> -CONFIG_FAST_CMPXCHG_LOCAL=y
>  CONFIG_MMU=y
>  CONFIG_ZONE_DMA=y
>  CONFIG_GENERIC_ISA_DMA=y
> diff --git a/arch/x86/configs/x86_64_defconfig b/arch/x86/configs/x86_64_defconfig
> index 6c86acd..b75aec8 100644
> --- a/arch/x86/configs/x86_64_defconfig
> +++ b/arch/x86/configs/x86_64_defconfig
> @@ -17,7 +17,6 @@ CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
>  CONFIG_LOCKDEP_SUPPORT=y
>  CONFIG_STACKTRACE_SUPPORT=y
>  CONFIG_HAVE_LATENCYTOP_SUPPORT=y
> -CONFIG_FAST_CMPXCHG_LOCAL=y
>  CONFIG_MMU=y
>  CONFIG_ZONE_DMA=y
>  CONFIG_GENERIC_ISA_DMA=y
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [tip:x86/urgent] x86, SLUB: Remove unused CONFIG FAST_CMPXCHG_LOCAL
  2009-09-26 16:11 [PATCH] x86: SLUB: Remove unused CONFIG FAST_CMPXCHG_LOCAL Jaswinder Singh Rajput
  2009-09-26 16:14 ` Christoph Lameter
@ 2009-10-01  9:58 ` tip-bot for Jaswinder Singh Rajput
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Jaswinder Singh Rajput @ 2009-10-01  9:58 UTC (permalink / raw
  To: linux-tip-commits
  Cc: linux-kernel, hpa, mingo, penberg, jaswinder, mpm,
	jaswinderrajput, akpm, tglx, rpjday, mingo, cl

Commit-ID:  4701472e441e41be2549a25228f703bc9cd13b5b
Gitweb:     http://git.kernel.org/tip/4701472e441e41be2549a25228f703bc9cd13b5b
Author:     Jaswinder Singh Rajput <jaswinder@kernel.org>
AuthorDate: Sat, 26 Sep 2009 21:41:41 +0530
Committer:  Ingo Molnar <mingo@elte.hu>
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 <rpjday@crashcourse.ca>
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Acked-by: Christoph Lameter <cl@linux-foundation.org>
Cc: Pekka Enberg <penberg@cs.helsinki.fi>
Cc: Matt Mackall <mpm@selenic.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: "Robert P. J. Day" <rpjday@crashcourse.ca>
Cc: linux-mm@kvack.org
LKML-Reference: <1253981501.4568.61.camel@ht.satnam>
Signed-off-by: Ingo Molnar <mingo@elte.hu>


---
 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
 

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-10-01 10:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-26 16:11 [PATCH] x86: SLUB: Remove unused CONFIG FAST_CMPXCHG_LOCAL Jaswinder Singh Rajput
2009-09-26 16:14 ` Christoph Lameter
2009-10-01  9:58 ` [tip:x86/urgent] x86, " tip-bot for Jaswinder Singh Rajput

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).