diff options
Diffstat (limited to 'drivers/usb/host')
-rw-r--r-- | drivers/usb/host/ehci-ps3.c | 2 | ||||
-rw-r--r-- | drivers/usb/host/ohci-ps3.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/host/ehci-ps3.c b/drivers/usb/host/ehci-ps3.c index 371f194a9d39..4d781a2a9807 100644 --- a/drivers/usb/host/ehci-ps3.c +++ b/drivers/usb/host/ehci-ps3.c | |||
@@ -104,7 +104,7 @@ static int ps3_ehci_sb_probe(struct ps3_system_bus_device *dev) | |||
104 | dev_dbg(&dev->core, "%s:%d: mmio mapped_addr %lxh\n", __func__, | 104 | dev_dbg(&dev->core, "%s:%d: mmio mapped_addr %lxh\n", __func__, |
105 | __LINE__, dev->m_region->lpar_addr); | 105 | __LINE__, dev->m_region->lpar_addr); |
106 | 106 | ||
107 | result = ps3_alloc_io_irq(dev->interrupt_id, &virq); | 107 | result = ps3_alloc_io_irq(PS3_BINDING_CPU_ANY, dev->interrupt_id, &virq); |
108 | 108 | ||
109 | if (result) { | 109 | if (result) { |
110 | dev_dbg(&dev->core, "%s:%d: ps3_construct_io_irq(%d) failed.\n", | 110 | dev_dbg(&dev->core, "%s:%d: ps3_construct_io_irq(%d) failed.\n", |
diff --git a/drivers/usb/host/ohci-ps3.c b/drivers/usb/host/ohci-ps3.c index 69d948b4a701..62283a3926de 100644 --- a/drivers/usb/host/ohci-ps3.c +++ b/drivers/usb/host/ohci-ps3.c | |||
@@ -107,7 +107,7 @@ static int ps3_ohci_sb_probe(struct ps3_system_bus_device *dev) | |||
107 | dev_dbg(&dev->core, "%s:%d: mmio mapped_addr %lxh\n", __func__, | 107 | dev_dbg(&dev->core, "%s:%d: mmio mapped_addr %lxh\n", __func__, |
108 | __LINE__, dev->m_region->lpar_addr); | 108 | __LINE__, dev->m_region->lpar_addr); |
109 | 109 | ||
110 | result = ps3_alloc_io_irq(dev->interrupt_id, &virq); | 110 | result = ps3_alloc_io_irq(PS3_BINDING_CPU_ANY, dev->interrupt_id, &virq); |
111 | 111 | ||
112 | if (result) { | 112 | if (result) { |
113 | dev_dbg(&dev->core, "%s:%d: ps3_construct_io_irq(%d) failed.\n", | 113 | dev_dbg(&dev->core, "%s:%d: ps3_construct_io_irq(%d) failed.\n", |