All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86: remove dead config option X86_CPU
@ 2011-03-04 14:57 Jan Beulich
  2011-03-04 16:00 ` [tip:x86/asm] x86: Remove " tip-bot for Jan Beulich
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Beulich @ 2011-03-04 14:57 UTC (permalink / raw)
  To: mingo, tglx, hpa; +Cc: linux-kernel

This isn't being referenced anywhere, and the selects done from it can
be easily done together with all the other X86 ones

Signed-off-by: Jan Beulich <jbeulich@novell.com>

---
 arch/x86/Kconfig     |    2 ++
 arch/x86/Kconfig.cpu |    5 -----
 2 files changed, 2 insertions(+), 5 deletions(-)

--- 2.6.38-rc7/arch/x86/Kconfig
+++ 2.6.38-rc7-x86-remove-X86_CPU/arch/x86/Kconfig
@@ -64,6 +64,8 @@ config X86
 	select HAVE_TEXT_POKE_SMP
 	select HAVE_GENERIC_HARDIRQS
 	select HAVE_SPARSE_IRQ
+	select GENERIC_FIND_FIRST_BIT
+	select GENERIC_FIND_NEXT_BIT
 	select GENERIC_IRQ_PROBE
 	select GENERIC_PENDING_IRQ if SMP
 	select USE_GENERIC_SMP_HELPERS if SMP
--- 2.6.38-rc7/arch/x86/Kconfig.cpu
+++ 2.6.38-rc7-x86-remove-X86_CPU/arch/x86/Kconfig.cpu
@@ -294,11 +294,6 @@ config X86_GENERIC
 
 endif
 
-config X86_CPU
-	def_bool y
-	select GENERIC_FIND_FIRST_BIT
-	select GENERIC_FIND_NEXT_BIT
-
 #
 # Define implied options from the CPU selection here
 config X86_INTERNODE_CACHE_SHIFT




^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PATCH, v2] x86: remove dead config option X86_CPU
@ 2011-03-08  9:24 Jan Beulich
  2011-03-09 11:22 ` [tip:x86/asm] x86: Remove " tip-bot for Jan Beulich
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Beulich @ 2011-03-08  9:24 UTC (permalink / raw)
  To: mingo, tglx, hpa; +Cc: linux-kernel

This isn't being referenced anywhere, and the selects done from it can
be easily done together with all the other X86 ones.

v2: Also adjust UML's Kconfig.x86.

Signed-off-by: Jan Beulich <jbeulich@novell.com>

---
 arch/um/Kconfig.x86  |    2 ++
 arch/x86/Kconfig     |    2 ++
 arch/x86/Kconfig.cpu |    5 -----
 3 files changed, 4 insertions(+), 5 deletions(-)

--- 2.6.38-rc8/arch/um/Kconfig.x86
+++ 2.6.38-rc8-x86-remove-X86_CPU/arch/um/Kconfig.x86
@@ -10,6 +10,8 @@ endmenu
 
 config UML_X86
 	def_bool y
+	select GENERIC_FIND_FIRST_BIT
+	select GENERIC_FIND_NEXT_BIT
 
 config 64BIT
 	bool
--- 2.6.38-rc8/arch/x86/Kconfig
+++ 2.6.38-rc8-x86-remove-X86_CPU/arch/x86/Kconfig
@@ -64,6 +64,8 @@ config X86
 	select HAVE_TEXT_POKE_SMP
 	select HAVE_GENERIC_HARDIRQS
 	select HAVE_SPARSE_IRQ
+	select GENERIC_FIND_FIRST_BIT
+	select GENERIC_FIND_NEXT_BIT
 	select GENERIC_IRQ_PROBE
 	select GENERIC_PENDING_IRQ if SMP
 	select USE_GENERIC_SMP_HELPERS if SMP
--- 2.6.38-rc8/arch/x86/Kconfig.cpu
+++ 2.6.38-rc8-x86-remove-X86_CPU/arch/x86/Kconfig.cpu
@@ -294,11 +294,6 @@ config X86_GENERIC
 
 endif
 
-config X86_CPU
-	def_bool y
-	select GENERIC_FIND_FIRST_BIT
-	select GENERIC_FIND_NEXT_BIT
-
 #
 # Define implied options from the CPU selection here
 config X86_INTERNODE_CACHE_SHIFT




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

end of thread, other threads:[~2011-03-09 11:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-04 14:57 [PATCH] x86: remove dead config option X86_CPU Jan Beulich
2011-03-04 16:00 ` [tip:x86/asm] x86: Remove " tip-bot for Jan Beulich
2011-03-05  8:29   ` Ingo Molnar
  -- strict thread matches above, loose matches on Subject: below --
2011-03-08  9:24 [PATCH, v2] x86: remove " Jan Beulich
2011-03-09 11:22 ` [tip:x86/asm] x86: Remove " tip-bot for Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.