Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209945
b: refs/heads/master
c: 1afb56c
h: refs/heads/master
i:
  209943: 11cffd8
v: v3
  • Loading branch information
Signed-off-by: Darren Hart authored and Benjamin Herrenschmidt committed Aug 24, 2010
1 parent 2c7f55a commit f390163
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6685a477494ceb063c10300891e48895bb1843c9
refs/heads/master: 1afb56cf977ab41bff4fc6bf9e5864770b19b880
6 changes: 4 additions & 2 deletions trunk/arch/powerpc/platforms/pseries/xics.c
Original file line number Diff line number Diff line change
Expand Up @@ -928,8 +928,10 @@ void xics_migrate_irqs_away(void)
if (xics_status[0] != hw_cpu)
goto unlock;

printk(KERN_WARNING "IRQ %u affinity broken off cpu %u\n",
virq, cpu);
/* This is expected during cpu offline. */
if (cpu_online(cpu))
printk(KERN_WARNING "IRQ %u affinity broken off cpu %u\n",
virq, cpu);

/* Reset affinity to all cpus */
cpumask_setall(irq_to_desc(virq)->affinity);
Expand Down

0 comments on commit f390163

Please sign in to comment.