arch/x86/kernel/smpboot.c: Clarify when irq processing begins.
authorManfred Spraul <manfred@colorfullife.com>
Sun, 7 Sep 2008 09:29:58 +0000 (11:29 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 13 Oct 2008 08:19:57 +0000 (10:19 +0200)
Secondary cpus start with local interrupts disabled.
start_secondary() first initializes the new cpu, then it enables the
local interrupts. (although interrupts are enabled within smp_callin()
as well).

Right now, the local interrupts are enabled as a side effect of calling
ipi_call_lock_irq().

The attached patch clarifies when local interrupts are enabled.

Signed-off-by: Manfred Spraul <manfred@colorfullife.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found