Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 269c861b authored by Suresh Siddha's avatar Suresh Siddha Committed by H. Peter Anvin
Browse files

generic-ipi: Allow cpus not yet online to call smp_call_function with irqs disabled



Because of deadlock possiblities smp_call_function() is not allowed to
be called with interrupts disabled. Add an exception for the cpu not
yet online, as no one else can send smp call function interrupt to this
cpu that is not yet online and as such deadlock condition is not possible.

Signed-off-by: default avatarSuresh Siddha <suresh.b.siddha@intel.com>
Acked-by: default avatarNick Piggin <npiggin@suse.de>
Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
parent 9f51e24e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment