diff options
author | Manfred Spraul <manfred@colorfullife.com> | 2008-09-07 11:29:58 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-13 10:19:57 +0200 |
commit | 0cefa5b9b0a61b62442c5d0ca00a304c5896b6e9 (patch) | |
tree | 5577d8a3b5ad2ab80c096c3b25f15b97d3a15fc6 /include | |
parent | 295286a89107c353b9677bc604361c537fd6a1c0 (diff) |
arch/x86/kernel/smpboot.c: Clarify when irq processing begins.
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>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions