]> git.hungrycats.org Git - linux/commitdiff
[PATCH] Remove sole CONFIG_MULIQUAD in kernel source
authorMatthew Dobson <colpatch@us.ibm.com>
Wed, 30 Oct 2002 08:24:00 +0000 (00:24 -0800)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Wed, 30 Oct 2002 08:24:00 +0000 (00:24 -0800)
There is one remaining instance of CONFIG_MULTIQUAD in the kernel source.

Fix it to use the proper CONFIG_X86_NUMAQ instead.

arch/i386/pci/Makefile

index 8c47e7235e171172f1168383af91e03829d4b02a..0d228db6a7700f5fc3d4ec40ed2fc8b9171917e5 100644 (file)
@@ -3,7 +3,7 @@ obj-y           := i386.o
 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 @@ endif
 obj-y          += legacy.o
 
 
-endif          # CONFIG_MULTIQUAD
+endif          # CONFIG_X86_NUMAQ
 obj-y          += irq.o common.o
 
 include $(TOPDIR)/Rules.make