summaryrefslogtreecommitdiff
path: root/kernel/cpu.c
diff options
context:
space:
mode:
authorSuresh Siddha <suresh.b.siddha@intel.com>2009-08-20 01:05:35 (GMT)
committerH. Peter Anvin <hpa@zytor.com>2009-08-21 23:25:43 (GMT)
commit269c861baa2fe7c114c3bc7831292758d29eb336 (patch)
tree511c06f6d3cd652b3d20bd725130d5766dc54903 /kernel/cpu.c
parent9f51e24ee8b5a1595b6a5ac0c2be278a16488e75 (diff)
downloadlinux-fsl-qoriq-269c861baa2fe7c114c3bc7831292758d29eb336.tar.xz
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: Suresh Siddha <suresh.b.siddha@intel.com> Acked-by: Nick Piggin <npiggin@suse.de> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'kernel/cpu.c')
0 files changed, 0 insertions, 0 deletions