projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e319e76
)
x86: change vsmp compile dependency
author
Glauber Costa
<
[email protected]
>
Mon, 11 Feb 2008 19:16:01 +0000
(17:16 -0200)
committer
Ingo Molnar
<
[email protected]
>
Thu, 17 Apr 2008 15:40:47 +0000
(17:40 +0200)
Change Makefile so vsmp_64.o object is dependent
on PARAVIRT, rather than X86_VSMP
Signed-off-by: Glauber Costa <
[email protected]
>
Signed-off-by: Ravikiran Thirumalai <
[email protected]
>
Acked-by: Shai Fultheim <
[email protected]
>
Signed-off-by: Ingo Molnar <
[email protected]
>
Signed-off-by: Thomas Gleixner <
[email protected]
>
arch/x86/kernel/Makefile
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/Makefile
b/arch/x86/kernel/Makefile
index 4eb5ce841106765256ba16c940b6d8c52ba638e6..80e6695a12a33e73fcf9d161d599de7c7129e924 100644
(file)
--- a/
arch/x86/kernel/Makefile
+++ b/
arch/x86/kernel/Makefile
@@
-60,7
+60,7
@@
obj-$(CONFIG_KEXEC) += relocate_kernel_$(BITS).o crash.o
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