public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: tip-bot for Henrik Kretzschmar <henne@nachtwindheim.de>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@redhat.com,
	gorcunov@openvz.org, tglx@linutronix.de, henne@nachtwindheim.de,
	mingo@elte.hu
Subject: [tip:x86/platform] x86: Remove superflous goal definition of tsc_sync
Date: Fri, 11 Mar 2011 09:53:15 GMT	[thread overview]
Message-ID: <tip-ec8df88f6bd808db47ac7a06c96dcc90d7ed6ecc@git.kernel.org> (raw)
In-Reply-To: <1299826956-8607-1-git-send-email-henne@nachtwindheim.de>

Commit-ID:  ec8df88f6bd808db47ac7a06c96dcc90d7ed6ecc
Gitweb:     http://git.kernel.org/tip/ec8df88f6bd808db47ac7a06c96dcc90d7ed6ecc
Author:     Henrik Kretzschmar <henne@nachtwindheim.de>
AuthorDate: Fri, 11 Mar 2011 08:02:35 +0100
Committer:  Ingo Molnar <mingo@elte.hu>
CommitDate: Fri, 11 Mar 2011 08:13:59 +0100

x86: Remove superflous goal definition of tsc_sync

The extra tsc_sync.o 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>
LKML-Reference: <1299826956-8607-1-git-send-email-henne@nachtwindheim.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 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 6ac5036..62445ba 100644
--- a/arch/x86/kernel/Makefile
+++ b/arch/x86/kernel/Makefile
@@ -66,9 +66,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_TRAMPOLINE)	+= trampoline_$(BITS).o
 obj-$(CONFIG_X86_MPPARSE)	+= mpparse.o
 obj-y				+= apic/

      parent reply	other threads:[~2011-03-11  9:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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-bot for Henrik Kretzschmar [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=tip-ec8df88f6bd808db47ac7a06c96dcc90d7ed6ecc@git.kernel.org \
    --to=henne@nachtwindheim.de \
    --cc=gorcunov@openvz.org \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tip-commits@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox