diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2013-09-06 22:53:35 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2013-09-06 22:53:35 -0400 |
commit | eeca9fad52fc4bfdf42c38bfcf383e932eb3e9d6 (patch) | |
tree | cc51c880459d41c0e8d7576405bef4c987bc7aa0 /arch/mips/pci/pci-ip27.c | |
parent | ff6f83fc9d44db09997937c3475d525a6866fbb4 (diff) | |
parent | b48a97be8e6c2afdba2f3b61fd88c3c7743fbd73 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
Merge upstream tree in order to reinstate crct10dif.
Diffstat (limited to 'arch/mips/pci/pci-ip27.c')
-rw-r--r-- | arch/mips/pci/pci-ip27.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/pci/pci-ip27.c b/arch/mips/pci/pci-ip27.c index 6eb65e44d9e4..162b4cb29dba 100644 --- a/arch/mips/pci/pci-ip27.c +++ b/arch/mips/pci/pci-ip27.c | |||
@@ -42,7 +42,7 @@ int irq_to_slot[MAX_PCI_BUSSES * MAX_DEVICES_PER_PCIBUS]; | |||
42 | 42 | ||
43 | extern struct pci_ops bridge_pci_ops; | 43 | extern struct pci_ops bridge_pci_ops; |
44 | 44 | ||
45 | int __cpuinit bridge_probe(nasid_t nasid, int widget_id, int masterwid) | 45 | int bridge_probe(nasid_t nasid, int widget_id, int masterwid) |
46 | { | 46 | { |
47 | unsigned long offset = NODE_OFFSET(nasid); | 47 | unsigned long offset = NODE_OFFSET(nasid); |
48 | struct bridge_controller *bc; | 48 | struct bridge_controller *bc; |
@@ -217,6 +217,7 @@ static void pci_fixup_ioc3(struct pci_dev *d) | |||
217 | pci_disable_swapping(d); | 217 | pci_disable_swapping(d); |
218 | } | 218 | } |
219 | 219 | ||
220 | #ifdef CONFIG_NUMA | ||
220 | int pcibus_to_node(struct pci_bus *bus) | 221 | int pcibus_to_node(struct pci_bus *bus) |
221 | { | 222 | { |
222 | struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); | 223 | struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); |
@@ -224,6 +225,7 @@ int pcibus_to_node(struct pci_bus *bus) | |||
224 | return bc->nasid; | 225 | return bc->nasid; |
225 | } | 226 | } |
226 | EXPORT_SYMBOL(pcibus_to_node); | 227 | EXPORT_SYMBOL(pcibus_to_node); |
228 | #endif /* CONFIG_NUMA */ | ||
227 | 229 | ||
228 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_SGI, PCI_DEVICE_ID_SGI_IOC3, | 230 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_SGI, PCI_DEVICE_ID_SGI_IOC3, |
229 | pci_fixup_ioc3); | 231 | pci_fixup_ioc3); |