projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b8e1c7
)
x86: numaq fix
author
Ingo Molnar
<mingo@elte.hu>
Wed, 30 Apr 2008 21:05:52 +0000
(23:05 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 30 Apr 2008 21:15:35 +0000
(23:15 +0200)
do not override the existing pci-y rule when adding visws or
numaq rules.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/pci/Makefile_32
patch
|
blob
|
history
diff --git
a/arch/x86/pci/Makefile_32
b/arch/x86/pci/Makefile_32
index
2a1516e
..
7fa5198
100644
(file)
--- a/
arch/x86/pci/Makefile_32
+++ b/
arch/x86/pci/Makefile_32
@@
-9,8
+9,8
@@
pci-y := fixup.o
pci-$(CONFIG_ACPI) += acpi.o
pci-y += legacy.o irq.o
-pci-$(CONFIG_X86_VISWS)
:
= visws.o fixup.o
-pci-$(CONFIG_X86_NUMAQ)
:
= numa.o irq.o
+pci-$(CONFIG_X86_VISWS)
+
= visws.o fixup.o
+pci-$(CONFIG_X86_NUMAQ)
+
= numa.o irq.o
pci-$(CONFIG_NUMA) += mp_bus_to_node.o
obj-y += $(pci-y) common.o early.o