public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 1/7] x86: remove superflous goal definition of tsc_sync
@ 2011-03-04 11:58 Henrik Kretzschmar
  2011-03-04 11:58 ` [PATCHv2 2/7] x86: make some apic symbols init Henrik Kretzschmar
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Henrik Kretzschmar @ 2011-03-04 11:58 UTC (permalink / raw)
  To: mingo; +Cc: tglx, hpa, x86, linux-kernel, gorcunov, Henrik Kretzschmar

This goal definition is superflous.
CONFIG_X86_64_SMP depends on CONFIG_SMP
and tsc_sync.o is already in the definition of CONFIG_SMP.

Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
---
 arch/x86/kernel/Makefile |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile
index 4ad4509..6b61081 100644
--- a/arch/x86/kernel/Makefile
+++ b/arch/x86/kernel/Makefile
@@ -69,7 +69,6 @@ obj-$(CONFIG_APM)		+= apm.o
 obj-$(CONFIG_SMP)		+= smp.o
 obj-$(CONFIG_SMP)		+= smpboot.o tsc_sync.o
 obj-$(CONFIG_SMP)		+= setup_percpu.o
-obj-$(CONFIG_X86_64_SMP)	+= tsc_sync.o
 obj-$(CONFIG_X86_MPPARSE)	+= mpparse.o
 obj-y				+= apic/
 obj-$(CONFIG_X86_REBOOTFIXUPS)	+= reboot_fixups_32.o
-- 
1.7.2.3


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

end of thread, other threads:[~2011-03-04 15:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-04 11:58 [PATCHv2 1/7] x86: remove superflous goal definition of tsc_sync Henrik Kretzschmar
2011-03-04 11:58 ` [PATCHv2 2/7] x86: make some apic symbols init Henrik Kretzschmar
2011-03-04 11:58 ` [PATCHv2 3/7] x86: make apic_disable() static and init Henrik Kretzschmar
2011-03-04 11:58 ` [PATCHv2 4/7] x86: remove enable_NMI_through_LVT0() entirely Henrik Kretzschmar
2011-03-04 11:58 ` [PATCHv2 5/7] x86: remove ancient crufty prototype Henrik Kretzschmar
2011-03-04 11:58 ` [PATCHv2 6/7] x86: remove unneeded prototypes Henrik Kretzschmar
2011-03-04 11:58 ` [PATCHv2 7/7] x86: fix section of a disable_apic_timer Henrik Kretzschmar
2011-03-04 12:03 ` [PATCHv2 1/7] x86: remove superflous goal definition of tsc_sync Ingo Molnar
2011-03-04 12:43 ` Cyrill Gorcunov
2011-03-04 12:50   ` Cyrill Gorcunov
2011-03-04 15:57     ` Henrik Kretzschmar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox