diff options
Diffstat (limited to 'arch/powerpc/sysdev/xics/xics-common.c')
-rw-r--r-- | arch/powerpc/sysdev/xics/xics-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/xics/xics-common.c b/arch/powerpc/sysdev/xics/xics-common.c index 43b2a791e204..445c5a01b766 100644 --- a/arch/powerpc/sysdev/xics/xics-common.c +++ b/arch/powerpc/sysdev/xics/xics-common.c | |||
@@ -213,7 +213,7 @@ void xics_migrate_irqs_away(void) | |||
213 | /* We can't set affinity on ISA interrupts */ | 213 | /* We can't set affinity on ISA interrupts */ |
214 | if (virq < NUM_ISA_INTERRUPTS) | 214 | if (virq < NUM_ISA_INTERRUPTS) |
215 | continue; | 215 | continue; |
216 | if (virq_to_host(virq) != xics_host) | 216 | if (!virq_is_host(virq, xics_host)) |
217 | continue; | 217 | continue; |
218 | irq = (unsigned int)virq_to_hw(virq); | 218 | irq = (unsigned int)virq_to_hw(virq); |
219 | /* We need to get IPIs still. */ | 219 | /* We need to get IPIs still. */ |