[PATCH] irqchip: bcm2836: Use a CPU notifier enable IPIs.
Eric Anholt
eric at anholt.net
Mon Aug 3 16:23:09 PDT 2015
Thomas Gleixner <tglx at linutronix.de> writes:
> On Mon, 27 Jul 2015, Eric Anholt wrote:
>> +/* Unmasks the IPI on the CPU wen it's first brought online. */
>
> when
>
>> +static int bcm2836_arm_irqchip_cpu_notify(struct notifier_block *nfb,
>> + unsigned long action, void *hcpu)
>> +{
>> + unsigned int cpu = (unsigned long)hcpu;
>> + unsigned int int_reg = LOCAL_MAILBOX_INT_CONTROL0;
>> + unsigned int mailbox = 0;
>> +
>> + if (action == CPU_STARTING || action == CPU_STARTING_FROZEN)
>> + bcm2836_arm_irqchip_unmask_per_cpu_irq(int_reg, mailbox, cpu);
>
> Shouldn't you mask the irq on CPU_DYING?
I was just following what other drivers were doing. Is CPU_DYING the
only thing that needs masking?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-rpi-kernel/attachments/20150803/f573d5f4/attachment.sig>
More information about the linux-rpi-kernel
mailing list