diff options
author | Daniel J Blueman <daniel@numascale-asia.com> | 2012-12-07 16:24:32 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2012-12-07 16:24:32 -0500 |
commit | f9726bfd4b14401d294207a70c7c0c4be8a8c6cc (patch) | |
tree | 0785a7b4572aa22daffc24202da9b5bd553d7908 /arch/x86/kernel/apic | |
parent | 8f0d8163b50e01f398b14bcd4dc039ac5ab18d64 (diff) |
x86/PCI: Add NumaChip remote PCI support
Add NumaChip-specific PCI access mechanism via MMCONFIG cycles, but
preventing access to AMD Northbridges which shouldn't respond.
Signed-off-by: Daniel J Blueman <daniel@numascale-asia.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'arch/x86/kernel/apic')
-rw-r--r-- | arch/x86/kernel/apic/apic_numachip.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/apic/apic_numachip.c b/arch/x86/kernel/apic/apic_numachip.c index a65829ac2b9a..9c2aa89a11cb 100644 --- a/arch/x86/kernel/apic/apic_numachip.c +++ b/arch/x86/kernel/apic/apic_numachip.c | |||
@@ -22,6 +22,7 @@ | |||
22 | #include <linux/hardirq.h> | 22 | #include <linux/hardirq.h> |
23 | #include <linux/delay.h> | 23 | #include <linux/delay.h> |
24 | 24 | ||
25 | #include <asm/numachip/numachip.h> | ||
25 | #include <asm/numachip/numachip_csr.h> | 26 | #include <asm/numachip/numachip_csr.h> |
26 | #include <asm/smp.h> | 27 | #include <asm/smp.h> |
27 | #include <asm/apic.h> | 28 | #include <asm/apic.h> |
@@ -179,6 +180,7 @@ static int __init numachip_system_init(void) | |||
179 | return 0; | 180 | return 0; |
180 | 181 | ||
181 | x86_cpuinit.fixup_cpu_id = fixup_cpu_id; | 182 | x86_cpuinit.fixup_cpu_id = fixup_cpu_id; |
183 | x86_init.pci.arch_init = pci_numachip_init; | ||
182 | 184 | ||
183 | map_csrs(); | 185 | map_csrs(); |
184 | 186 | ||