diff options
-rw-r--r-- | arch/i386/Makefile | 2 | ||||
-rw-r--r-- | arch/x86/pci/Makefile (renamed from arch/i386/pci/Makefile) | 2 | ||||
-rw-r--r-- | arch/x86/pci/Makefile_32 (renamed from arch/i386/pci/Makefile_32) | 0 | ||||
-rw-r--r-- | arch/x86/pci/acpi.c (renamed from arch/i386/pci/acpi.c) | 0 | ||||
-rw-r--r-- | arch/x86/pci/common.c (renamed from arch/i386/pci/common.c) | 0 | ||||
-rw-r--r-- | arch/x86/pci/direct.c (renamed from arch/i386/pci/direct.c) | 0 | ||||
-rw-r--r-- | arch/x86/pci/early.c (renamed from arch/i386/pci/early.c) | 0 | ||||
-rw-r--r-- | arch/x86/pci/fixup.c (renamed from arch/i386/pci/fixup.c) | 0 | ||||
-rw-r--r-- | arch/x86/pci/i386.c (renamed from arch/i386/pci/i386.c) | 0 | ||||
-rw-r--r-- | arch/x86/pci/init.c (renamed from arch/i386/pci/init.c) | 0 | ||||
-rw-r--r-- | arch/x86/pci/irq.c (renamed from arch/i386/pci/irq.c) | 0 | ||||
-rw-r--r-- | arch/x86/pci/legacy.c (renamed from arch/i386/pci/legacy.c) | 0 | ||||
-rw-r--r-- | arch/x86/pci/mmconfig-shared.c (renamed from arch/i386/pci/mmconfig-shared.c) | 0 | ||||
-rw-r--r-- | arch/x86/pci/mmconfig_32.c (renamed from arch/i386/pci/mmconfig_32.c) | 0 | ||||
-rw-r--r-- | arch/x86/pci/numa.c (renamed from arch/i386/pci/numa.c) | 0 | ||||
-rw-r--r-- | arch/x86/pci/pcbios.c (renamed from arch/i386/pci/pcbios.c) | 0 | ||||
-rw-r--r-- | arch/x86/pci/pci.h (renamed from arch/i386/pci/pci.h) | 0 | ||||
-rw-r--r-- | arch/x86/pci/visws.c (renamed from arch/i386/pci/visws.c) | 0 | ||||
-rw-r--r-- | arch/x86_64/pci/Makefile | 2 | ||||
-rw-r--r-- | arch/x86_64/pci/Makefile_64 | 22 | ||||
-rw-r--r-- | drivers/pci/hotplug/cpqphp_core.c | 2 | ||||
-rw-r--r-- | drivers/pci/hotplug/cpqphp_pci.c | 2 | ||||
-rw-r--r-- | drivers/pci/hotplug/ibmphp_core.c | 2 |
23 files changed, 17 insertions, 17 deletions
diff --git a/arch/i386/Makefile b/arch/i386/Makefile index da64799484a7..87c959d5f354 100644 --- a/arch/i386/Makefile +++ b/arch/i386/Makefile | |||
@@ -107,7 +107,7 @@ core-y += arch/i386/kernel/ \ | |||
107 | $(mcore-y)/ \ | 107 | $(mcore-y)/ \ |
108 | arch/x86/crypto/ | 108 | arch/x86/crypto/ |
109 | drivers-$(CONFIG_MATH_EMULATION) += arch/x86/math-emu/ | 109 | drivers-$(CONFIG_MATH_EMULATION) += arch/x86/math-emu/ |
110 | drivers-$(CONFIG_PCI) += arch/i386/pci/ | 110 | drivers-$(CONFIG_PCI) += arch/x86/pci/ |
111 | # must be linked after kernel/ | 111 | # must be linked after kernel/ |
112 | drivers-$(CONFIG_OPROFILE) += arch/i386/oprofile/ | 112 | drivers-$(CONFIG_OPROFILE) += arch/i386/oprofile/ |
113 | drivers-$(CONFIG_PM) += arch/x86/power/ | 113 | drivers-$(CONFIG_PM) += arch/x86/power/ |
diff --git a/arch/i386/pci/Makefile b/arch/x86/pci/Makefile index d04d8f976d1c..b3e54c45d408 100644 --- a/arch/i386/pci/Makefile +++ b/arch/x86/pci/Makefile | |||
@@ -1,5 +1,5 @@ | |||
1 | ifeq ($(CONFIG_X86_32),y) | 1 | ifeq ($(CONFIG_X86_32),y) |
2 | include ${srctree}/arch/i386/pci/Makefile_32 | 2 | include ${srctree}/arch/x86/pci/Makefile_32 |
3 | else | 3 | else |
4 | include ${srctree}/arch/x86_64/pci/Makefile_64 | 4 | include ${srctree}/arch/x86_64/pci/Makefile_64 |
5 | endif | 5 | endif |
diff --git a/arch/i386/pci/Makefile_32 b/arch/x86/pci/Makefile_32 index cdd6828b5abb..cdd6828b5abb 100644 --- a/arch/i386/pci/Makefile_32 +++ b/arch/x86/pci/Makefile_32 | |||
diff --git a/arch/i386/pci/acpi.c b/arch/x86/pci/acpi.c index bc8a44bddaa7..bc8a44bddaa7 100644 --- a/arch/i386/pci/acpi.c +++ b/arch/x86/pci/acpi.c | |||
diff --git a/arch/i386/pci/common.c b/arch/x86/pci/common.c index ebc6f3c66340..ebc6f3c66340 100644 --- a/arch/i386/pci/common.c +++ b/arch/x86/pci/common.c | |||
diff --git a/arch/i386/pci/direct.c b/arch/x86/pci/direct.c index 431c9a51b157..431c9a51b157 100644 --- a/arch/i386/pci/direct.c +++ b/arch/x86/pci/direct.c | |||
diff --git a/arch/i386/pci/early.c b/arch/x86/pci/early.c index 42df4b6606df..42df4b6606df 100644 --- a/arch/i386/pci/early.c +++ b/arch/x86/pci/early.c | |||
diff --git a/arch/i386/pci/fixup.c b/arch/x86/pci/fixup.c index c82cbf4c7226..c82cbf4c7226 100644 --- a/arch/i386/pci/fixup.c +++ b/arch/x86/pci/fixup.c | |||
diff --git a/arch/i386/pci/i386.c b/arch/x86/pci/i386.c index bcd2f94b732c..bcd2f94b732c 100644 --- a/arch/i386/pci/i386.c +++ b/arch/x86/pci/i386.c | |||
diff --git a/arch/i386/pci/init.c b/arch/x86/pci/init.c index 3de9f9ba2da6..3de9f9ba2da6 100644 --- a/arch/i386/pci/init.c +++ b/arch/x86/pci/init.c | |||
diff --git a/arch/i386/pci/irq.c b/arch/x86/pci/irq.c index 8434f2323b87..8434f2323b87 100644 --- a/arch/i386/pci/irq.c +++ b/arch/x86/pci/irq.c | |||
diff --git a/arch/i386/pci/legacy.c b/arch/x86/pci/legacy.c index 5565d7016b75..5565d7016b75 100644 --- a/arch/i386/pci/legacy.c +++ b/arch/x86/pci/legacy.c | |||
diff --git a/arch/i386/pci/mmconfig-shared.c b/arch/x86/pci/mmconfig-shared.c index 4df637e34f81..4df637e34f81 100644 --- a/arch/i386/pci/mmconfig-shared.c +++ b/arch/x86/pci/mmconfig-shared.c | |||
diff --git a/arch/i386/pci/mmconfig_32.c b/arch/x86/pci/mmconfig_32.c index 1bf5816d34c8..1bf5816d34c8 100644 --- a/arch/i386/pci/mmconfig_32.c +++ b/arch/x86/pci/mmconfig_32.c | |||
diff --git a/arch/i386/pci/numa.c b/arch/x86/pci/numa.c index f5f165f69e0c..f5f165f69e0c 100644 --- a/arch/i386/pci/numa.c +++ b/arch/x86/pci/numa.c | |||
diff --git a/arch/i386/pci/pcbios.c b/arch/x86/pci/pcbios.c index 10ac8c316c46..10ac8c316c46 100644 --- a/arch/i386/pci/pcbios.c +++ b/arch/x86/pci/pcbios.c | |||
diff --git a/arch/i386/pci/pci.h b/arch/x86/pci/pci.h index 8c66f275756f..8c66f275756f 100644 --- a/arch/i386/pci/pci.h +++ b/arch/x86/pci/pci.h | |||
diff --git a/arch/i386/pci/visws.c b/arch/x86/pci/visws.c index 8ecb1c722594..8ecb1c722594 100644 --- a/arch/i386/pci/visws.c +++ b/arch/x86/pci/visws.c | |||
diff --git a/arch/x86_64/pci/Makefile b/arch/x86_64/pci/Makefile index d04d8f976d1c..b3e54c45d408 100644 --- a/arch/x86_64/pci/Makefile +++ b/arch/x86_64/pci/Makefile | |||
@@ -1,5 +1,5 @@ | |||
1 | ifeq ($(CONFIG_X86_32),y) | 1 | ifeq ($(CONFIG_X86_32),y) |
2 | include ${srctree}/arch/i386/pci/Makefile_32 | 2 | include ${srctree}/arch/x86/pci/Makefile_32 |
3 | else | 3 | else |
4 | include ${srctree}/arch/x86_64/pci/Makefile_64 | 4 | include ${srctree}/arch/x86_64/pci/Makefile_64 |
5 | endif | 5 | endif |
diff --git a/arch/x86_64/pci/Makefile_64 b/arch/x86_64/pci/Makefile_64 index 77b1b9abedc2..79b618b9e9d4 100644 --- a/arch/x86_64/pci/Makefile_64 +++ b/arch/x86_64/pci/Makefile_64 | |||
@@ -3,7 +3,7 @@ | |||
3 | # | 3 | # |
4 | # Reuse the i386 PCI subsystem | 4 | # Reuse the i386 PCI subsystem |
5 | # | 5 | # |
6 | EXTRA_CFLAGS += -Iarch/i386/pci | 6 | EXTRA_CFLAGS += -Iarch/x86/pci |
7 | 7 | ||
8 | obj-y := i386.o | 8 | obj-y := i386.o |
9 | obj-$(CONFIG_PCI_DIRECT)+= direct.o | 9 | obj-$(CONFIG_PCI_DIRECT)+= direct.o |
@@ -15,13 +15,13 @@ obj-$(CONFIG_PCI_MMCONFIG) += mmconfig_64.o direct.o mmconfig-shared.o | |||
15 | 15 | ||
16 | obj-$(CONFIG_NUMA) += k8-bus_64.o | 16 | obj-$(CONFIG_NUMA) += k8-bus_64.o |
17 | 17 | ||
18 | direct-y += ../../i386/pci/direct.o | 18 | direct-y += ../../x86/pci/direct.o |
19 | acpi-y += ../../i386/pci/acpi.o | 19 | acpi-y += ../../x86/pci/acpi.o |
20 | legacy-y += ../../i386/pci/legacy.o | 20 | legacy-y += ../../x86/pci/legacy.o |
21 | irq-y += ../../i386/pci/irq.o | 21 | irq-y += ../../x86/pci/irq.o |
22 | common-y += ../../i386/pci/common.o | 22 | common-y += ../../x86/pci/common.o |
23 | fixup-y += ../../i386/pci/fixup.o | 23 | fixup-y += ../../x86/pci/fixup.o |
24 | i386-y += ../../i386/pci/i386.o | 24 | i386-y += ../../x86/pci/i386.o |
25 | init-y += ../../i386/pci/init.o | 25 | init-y += ../../x86/pci/init.o |
26 | early-y += ../../i386/pci/early.o | 26 | early-y += ../../x86/pci/early.o |
27 | mmconfig-shared-y += ../../i386/pci/mmconfig-shared.o | 27 | mmconfig-shared-y += ../../x86/pci/mmconfig-shared.o |
diff --git a/drivers/pci/hotplug/cpqphp_core.c b/drivers/pci/hotplug/cpqphp_core.c index d590a99930fa..2305cc450a45 100644 --- a/drivers/pci/hotplug/cpqphp_core.c +++ b/drivers/pci/hotplug/cpqphp_core.c | |||
@@ -45,7 +45,7 @@ | |||
45 | 45 | ||
46 | #include "cpqphp.h" | 46 | #include "cpqphp.h" |
47 | #include "cpqphp_nvram.h" | 47 | #include "cpqphp_nvram.h" |
48 | #include "../../../arch/i386/pci/pci.h" /* horrible hack showing how processor dependent we are... */ | 48 | #include "../../../arch/x86/pci/pci.h" /* horrible hack showing how processor dependent we are... */ |
49 | 49 | ||
50 | 50 | ||
51 | /* Global variables */ | 51 | /* Global variables */ |
diff --git a/drivers/pci/hotplug/cpqphp_pci.c b/drivers/pci/hotplug/cpqphp_pci.c index fc7c74d72595..3f6cd20e95d2 100644 --- a/drivers/pci/hotplug/cpqphp_pci.c +++ b/drivers/pci/hotplug/cpqphp_pci.c | |||
@@ -37,7 +37,7 @@ | |||
37 | #include "../pci.h" | 37 | #include "../pci.h" |
38 | #include "cpqphp.h" | 38 | #include "cpqphp.h" |
39 | #include "cpqphp_nvram.h" | 39 | #include "cpqphp_nvram.h" |
40 | #include "../../../arch/i386/pci/pci.h" /* horrible hack showing how processor dependent we are... */ | 40 | #include "../../../arch/x86/pci/pci.h" /* horrible hack showing how processor dependent we are... */ |
41 | 41 | ||
42 | 42 | ||
43 | u8 cpqhp_nic_irq; | 43 | u8 cpqhp_nic_irq; |
diff --git a/drivers/pci/hotplug/ibmphp_core.c b/drivers/pci/hotplug/ibmphp_core.c index 0316eeaaeb29..a90c28d0c69d 100644 --- a/drivers/pci/hotplug/ibmphp_core.c +++ b/drivers/pci/hotplug/ibmphp_core.c | |||
@@ -35,7 +35,7 @@ | |||
35 | #include <linux/delay.h> | 35 | #include <linux/delay.h> |
36 | #include <linux/wait.h> | 36 | #include <linux/wait.h> |
37 | #include "../pci.h" | 37 | #include "../pci.h" |
38 | #include "../../../arch/i386/pci/pci.h" /* for struct irq_routing_table */ | 38 | #include "../../../arch/x86/pci/pci.h" /* for struct irq_routing_table */ |
39 | #include "ibmphp.h" | 39 | #include "ibmphp.h" |
40 | 40 | ||
41 | #define attn_on(sl) ibmphp_hpc_writeslot (sl, HPC_SLOT_ATTNON) | 41 | #define attn_on(sl) ibmphp_hpc_writeslot (sl, HPC_SLOT_ATTNON) |