public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHv4 1/2] x86: remove superflous goal definition of tsc_sync
@ 2011-03-11  7:02 Henrik Kretzschmar
  2011-03-11  7:02 ` [PATCHv4 2/2] x86: cleanup apic.h and apic.h Henrik Kretzschmar
  2011-03-11  9:53 ` [tip:x86/platform] x86: Remove superflous goal definition of tsc_sync tip-bot for Henrik Kretzschmar
  0 siblings, 2 replies; 4+ messages in thread
From: Henrik Kretzschmar @ 2011-03-11  7:02 UTC (permalink / raw)
  To: mingo; +Cc: hpa, tglx, 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>
Acked-by: Cyrill Gorcunov <gorcunov@openvz.org>
---
 arch/x86/kernel/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile
index 4ad4509..743642f 100644
--- a/arch/x86/kernel/Makefile
+++ b/arch/x86/kernel/Makefile
@@ -67,9 +67,9 @@ obj-$(CONFIG_PCI)		+= early-quirks.o
 apm-y				:= apm_32.o
 obj-$(CONFIG_APM)		+= apm.o
 obj-$(CONFIG_SMP)		+= smp.o
-obj-$(CONFIG_SMP)		+= smpboot.o tsc_sync.o
+obj-$(CONFIG_SMP)		+= smpboot.o
+obj-$(CONFIG_SMP)		+= 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.4.1


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-11  7:02 [PATCHv4 1/2] x86: remove superflous goal definition of tsc_sync Henrik Kretzschmar
2011-03-11  7:02 ` [PATCHv4 2/2] x86: cleanup apic.h and apic.h Henrik Kretzschmar
2011-03-11  9:53   ` [tip:x86/platform] x86: Clean up apic.c " tip-bot for Henrik Kretzschmar
2011-03-11  9:53 ` [tip:x86/platform] x86: Remove superflous goal definition of tsc_sync tip-bot for Henrik Kretzschmar

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