瀏覽代碼

i386: move pci

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Thomas Gleixner 17 年之前
父節點
當前提交
fb9aa6f1d4

+ 1 - 1
arch/i386/Makefile

@@ -107,7 +107,7 @@ core-y					+= arch/i386/kernel/ \
 					   $(mcore-y)/ \
 					   arch/x86/crypto/
 drivers-$(CONFIG_MATH_EMULATION)	+= arch/x86/math-emu/
-drivers-$(CONFIG_PCI)			+= arch/i386/pci/
+drivers-$(CONFIG_PCI)			+= arch/x86/pci/
 # must be linked after kernel/
 drivers-$(CONFIG_OPROFILE)		+= arch/i386/oprofile/
 drivers-$(CONFIG_PM)			+= arch/x86/power/

+ 1 - 1
arch/i386/pci/Makefile → arch/x86/pci/Makefile

@@ -1,5 +1,5 @@
 ifeq ($(CONFIG_X86_32),y)
-include ${srctree}/arch/i386/pci/Makefile_32
+include ${srctree}/arch/x86/pci/Makefile_32
 else
 include ${srctree}/arch/x86_64/pci/Makefile_64
 endif

+ 0 - 0
arch/i386/pci/Makefile_32 → arch/x86/pci/Makefile_32


+ 0 - 0
arch/i386/pci/acpi.c → arch/x86/pci/acpi.c


+ 0 - 0
arch/i386/pci/common.c → arch/x86/pci/common.c


+ 0 - 0
arch/i386/pci/direct.c → arch/x86/pci/direct.c


+ 0 - 0
arch/i386/pci/early.c → arch/x86/pci/early.c


+ 0 - 0
arch/i386/pci/fixup.c → arch/x86/pci/fixup.c


+ 0 - 0
arch/i386/pci/i386.c → arch/x86/pci/i386.c


+ 0 - 0
arch/i386/pci/init.c → arch/x86/pci/init.c


+ 0 - 0
arch/i386/pci/irq.c → arch/x86/pci/irq.c


+ 0 - 0
arch/i386/pci/legacy.c → arch/x86/pci/legacy.c


+ 0 - 0
arch/i386/pci/mmconfig-shared.c → arch/x86/pci/mmconfig-shared.c


+ 0 - 0
arch/i386/pci/mmconfig_32.c → arch/x86/pci/mmconfig_32.c


+ 0 - 0
arch/i386/pci/numa.c → arch/x86/pci/numa.c


+ 0 - 0
arch/i386/pci/pcbios.c → arch/x86/pci/pcbios.c


+ 0 - 0
arch/i386/pci/pci.h → arch/x86/pci/pci.h


+ 0 - 0
arch/i386/pci/visws.c → arch/x86/pci/visws.c


+ 1 - 1
arch/x86_64/pci/Makefile

@@ -1,5 +1,5 @@
 ifeq ($(CONFIG_X86_32),y)
-include ${srctree}/arch/i386/pci/Makefile_32
+include ${srctree}/arch/x86/pci/Makefile_32
 else
 include ${srctree}/arch/x86_64/pci/Makefile_64
 endif

+ 11 - 11
arch/x86_64/pci/Makefile_64

@@ -3,7 +3,7 @@
 #
 # Reuse the i386 PCI subsystem
 #
-EXTRA_CFLAGS += -Iarch/i386/pci
+EXTRA_CFLAGS += -Iarch/x86/pci
 
 obj-y		:= i386.o
 obj-$(CONFIG_PCI_DIRECT)+= direct.o
@@ -15,13 +15,13 @@ obj-$(CONFIG_PCI_MMCONFIG) += mmconfig_64.o direct.o mmconfig-shared.o
 
 obj-$(CONFIG_NUMA)	+= k8-bus_64.o
 
-direct-y += ../../i386/pci/direct.o
-acpi-y   += ../../i386/pci/acpi.o
-legacy-y += ../../i386/pci/legacy.o
-irq-y    += ../../i386/pci/irq.o
-common-y += ../../i386/pci/common.o
-fixup-y  += ../../i386/pci/fixup.o
-i386-y  += ../../i386/pci/i386.o
-init-y += ../../i386/pci/init.o
-early-y += ../../i386/pci/early.o
-mmconfig-shared-y += ../../i386/pci/mmconfig-shared.o
+direct-y += ../../x86/pci/direct.o
+acpi-y   += ../../x86/pci/acpi.o
+legacy-y += ../../x86/pci/legacy.o
+irq-y    += ../../x86/pci/irq.o
+common-y += ../../x86/pci/common.o
+fixup-y  += ../../x86/pci/fixup.o
+i386-y  += ../../x86/pci/i386.o
+init-y += ../../x86/pci/init.o
+early-y += ../../x86/pci/early.o
+mmconfig-shared-y += ../../x86/pci/mmconfig-shared.o

+ 1 - 1
drivers/pci/hotplug/cpqphp_core.c

@@ -45,7 +45,7 @@
 
 #include "cpqphp.h"
 #include "cpqphp_nvram.h"
-#include "../../../arch/i386/pci/pci.h"	/* horrible hack showing how processor dependent we are... */
+#include "../../../arch/x86/pci/pci.h"	/* horrible hack showing how processor dependent we are... */
 
 
 /* Global variables */

+ 1 - 1
drivers/pci/hotplug/cpqphp_pci.c

@@ -37,7 +37,7 @@
 #include "../pci.h"
 #include "cpqphp.h"
 #include "cpqphp_nvram.h"
-#include "../../../arch/i386/pci/pci.h"	/* horrible hack showing how processor dependent we are... */
+#include "../../../arch/x86/pci/pci.h"	/* horrible hack showing how processor dependent we are... */
 
 
 u8 cpqhp_nic_irq;

+ 1 - 1
drivers/pci/hotplug/ibmphp_core.c

@@ -35,7 +35,7 @@
 #include <linux/delay.h>
 #include <linux/wait.h>
 #include "../pci.h"
-#include "../../../arch/i386/pci/pci.h"	/* for struct irq_routing_table */
+#include "../../../arch/x86/pci/pci.h"	/* for struct irq_routing_table */
 #include "ibmphp.h"
 
 #define attn_on(sl)  ibmphp_hpc_writeslot (sl, HPC_SLOT_ATTNON)