* [patch] Remove sole CONFIG_MULIQUAD in kernel source
@ 2002-10-31 0:14 Matthew Dobson
0 siblings, 0 replies; only message in thread
From: Matthew Dobson @ 2002-10-31 0:14 UTC (permalink / raw)
To: linux-kernel, Linus Torvalds, Martin Bligh, Trivial Patch Monkey
[-- Attachment #1: Type: text/plain, Size: 588 bytes --]
Linus,
There is one remaining instance of CONFIG_MULTIQUAD in the kernel source.
This hanger-on must go! It means that (since CONFIG_MULTIQUAD is no
longer defined) the NUMA-Q specific PCI code is no longer compiled in.
This is bad...
[mcd@arrakis linux-2.5.44-vanilla]$ grep -r CONFIG_MULTIQUAD *
arch/i386/pci/Makefile:ifdef
CONFIG_MULTIQUAD
arch/i386/pci/Makefile:endif
# CONFIG_MULTIQUAD
[mcd@arrakis patches]$ diffstat multiquad_fix/multiquad_pci_fix-2.5.44.patch
Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Please apply...
Cheers!
-Matt
[-- Attachment #2: multiquad_pci_fix-2.5.44.patch --]
[-- Type: text/plain, Size: 648 bytes --]
diff -Nur --exclude-from=/usr/src/.dontdiff linux-2.5.39-multiquad/arch/i386/pci/Makefile linux-2.5.39-multiquad+numa_rename/arch/i386/pci/Makefile
--- linux-2.5.39-multiquad/arch/i386/pci/Makefile Fri Sep 27 14:50:18 2002
+++ linux-2.5.39-multiquad+numa_rename/arch/i386/pci/Makefile Mon Sep 30 11:21:09 2002
@@ -3,7 +3,7 @@
obj-$(CONFIG_PCI_BIOS) += pcbios.o
obj-$(CONFIG_PCI_DIRECT) += direct.o
-ifdef CONFIG_MULTIQUAD
+ifdef CONFIG_X86_NUMAQ
obj-y += numa.o
else
obj-y += fixup.o
@@ -14,7 +14,7 @@
obj-y += legacy.o
-endif # CONFIG_MULTIQUAD
+endif # CONFIG_X86_NUMAQ
obj-y += irq.o common.o
include $(TOPDIR)/Rules.make
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-10-31 0:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-31 0:14 [patch] Remove sole CONFIG_MULIQUAD in kernel source Matthew Dobson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome