Re: [PATCH] ARM: smp: Formalize an IPI for wakeup

2012-09-17 Thread Stephen Boyd
On 09/10/12 15:24, Stephen Boyd wrote: > Remove the offset from ipi_msg_type and assume that SGI0 is the > wakeup interrupt now that all WFI hotplug users call > gic_raise_softirq() with 0 instead of 1. This allows us to > track how many wakeup interrupts are sent and also removes the > unknown IP

[PATCH] ARM: smp: Formalize an IPI for wakeup

2012-09-10 Thread Stephen Boyd
Remove the offset from ipi_msg_type and assume that SGI0 is the wakeup interrupt now that all WFI hotplug users call gic_raise_softirq() with 0 instead of 1. This allows us to track how many wakeup interrupts are sent and also removes the unknown IPI printk message for WFI hotplug based systems.