LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH 1/5] Change vsmp compile dependency
@ 2008-02-11 19:16 Glauber Costa
  2008-02-11 19:16 ` [PATCH 2/5] [PATCH] make vsmp_init void, instead of static int Glauber Costa
  0 siblings, 1 reply; 9+ messages in thread
From: Glauber Costa @ 2008-02-11 19:16 UTC (permalink / raw)
  To: linux-kernel
  Cc: akpm, glommer, tglx, mingo, ehabkost, jeremy, avi, anthony,
	virtualization, ak, chrisw, kiran, shai, Glauber Costa

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


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

end of thread, other threads:[~2008-02-19 20:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-11 19:16 [PATCH 1/5] Change vsmp compile dependency Glauber Costa
2008-02-11 19:16 ` [PATCH 2/5] [PATCH] make vsmp_init void, instead of static int Glauber Costa
2008-02-11 19:16   ` [PATCH 3/5] [PATCH] call vsmp_init explicitly Glauber Costa
2008-02-11 19:16     ` [PATCH 4/5] [PATCH] introduce paravirt helpers Glauber Costa
2008-02-11 19:16       ` [PATCH 5/5] [PATCH] use the " Glauber Costa
2008-02-17 18:05       ` [PATCH 4/5] [PATCH] introduce " Ingo Molnar
2008-02-17 20:56         ` Glauber Costa
2008-02-19 19:59           ` Ravikiran Thirumalai
2008-02-17 18:04     ` [PATCH 3/5] [PATCH] call vsmp_init explicitly Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).