[PATCH 1/5] Change vsmp compile dependency

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-kernel@...>
Cc: <akpm@...>, <glommer@...>, <tglx@...>, <mingo@...>, <ehabkost@...>, <jeremy@...>, <avi@...>, <anthony@...>, <virtualization@...>, <ak@...>, <chrisw@...>, <kiran@...>, <shai@...>, Glauber Costa <gcosta@...>
Date: Monday, February 11, 2008 - 3:16 pm

Change Makefile so vsmp_64.o object is dependent
on PARAVIRT, rather than X86_VSMP

Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ravikiran Thirumalai <kiran@scalemp.com>
Acked-by: Shai Fultheim <shai@scalemp.com>
---
 arch/x86/kernel/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile
index 21dc1a0..71a92a2 100644
--- a/arch/x86/kernel/Makefile
+++ b/arch/x86/kernel/Makefile
@@ -52,7 +52,7 @@ obj-$(CONFIG_KEXEC)		+= relocate_kernel_
 obj-$(CONFIG_CRASH_DUMP)	+= crash_dump_$(BITS).o
 obj-$(CONFIG_X86_NUMAQ)		+= numaq_32.o
 obj-$(CONFIG_X86_SUMMIT_NUMA)	+= summit_32.o
-obj-$(CONFIG_X86_VSMP)		+= vsmp_64.o
+obj-$(CONFIG_PARAVIRT)		+= vsmp_64.o
 obj-$(CONFIG_KPROBES)		+= kprobes.o
 obj-$(CONFIG_MODULES)		+= module_$(BITS).o
 obj-$(CONFIG_ACPI_SRAT) 	+= srat_32.o
-- 
1.4.2

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/5] Change vsmp compile dependency, Glauber Costa, (Mon Feb 11, 3:16 pm)
[PATCH 3/5] [PATCH] call vsmp_init explicitly, Glauber Costa, (Mon Feb 11, 3:16 pm)
Re: [PATCH 3/5] [PATCH] call vsmp_init explicitly, Ingo Molnar, (Sun Feb 17, 2:04 pm)
[PATCH 4/5] [PATCH] introduce paravirt helpers, Glauber Costa, (Mon Feb 11, 3:16 pm)
Re: [PATCH 4/5] [PATCH] introduce paravirt helpers, Ingo Molnar, (Sun Feb 17, 2:05 pm)
Re: [PATCH 4/5] [PATCH] introduce paravirt helpers, Glauber Costa, (Sun Feb 17, 4:56 pm)
Re: [PATCH 4/5] [PATCH] introduce paravirt helpers, Ravikiran Thirumalai, (Tue Feb 19, 3:59 pm)
[PATCH 5/5] [PATCH] use the paravirt helpers, Glauber Costa, (Mon Feb 11, 3:16 pm)