Don't build pcbios.c for xen/i386. No good can come of it.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sat, 27 Aug 2005 09:15:17 +0000 (09:15 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sat, 27 Aug 2005 09:15:17 +0000 (09:15 +0000)
Signed-off-by: Keir Fraser <keir@xensource.com>
linux-2.6-xen-sparse/arch/xen/i386/Kconfig
linux-2.6-xen-sparse/arch/xen/i386/pci/Makefile

index 5629afccc92e1654ee4c5294ed5dc07b11f9c26f..5a01546a50094ae00ee97c8be7eb3b3af8dc7537 100644 (file)
@@ -807,8 +807,8 @@ choice
          direct access method and falls back to the BIOS if that doesn't
          work. If unsure, go with the default, which is "Any".
 
-config PCI_GOBIOS
-       bool "BIOS"
+#config PCI_GOBIOS
+#      bool "BIOS"
 
 config PCI_GOMMCONFIG
        bool "MMConfig"
@@ -821,10 +821,10 @@ config PCI_GOANY
 
 endchoice
 
-config PCI_BIOS
-       bool
-       depends on !X86_VISWS && PCI && (PCI_GOBIOS || PCI_GOANY)
-       default y
+#config PCI_BIOS
+#      bool
+#      depends on !X86_VISWS && PCI && (PCI_GOBIOS || PCI_GOANY)
+#      default y
 
 config PCI_DIRECT
        bool
index 898fbd428ace77cd769caba443cb18e956e8e45b..263411c6357ec1ac477b4d2406f4d97a1510e8ac 100644 (file)
@@ -4,7 +4,7 @@ CFLAGS  += -Iarch/$(XENARCH)/pci
 
 c-obj-y                                := i386.o
 
-c-obj-$(CONFIG_PCI_BIOS)               += pcbios.o
+#c-obj-$(CONFIG_PCI_BIOS)              += pcbios.o
 c-obj-$(CONFIG_PCI_MMCONFIG)   += mmconfig.o
 c-obj-$(CONFIG_PCI_DIRECT)     += direct.o