git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26f7ef1
)
x86, apic, 32-bit: add self-IPI methods
author
Ingo Molnar
<mingo@elte.hu>
Fri, 30 Jan 2009 22:42:18 +0000
(23:42 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 30 Jan 2009 22:42:18 +0000
(23:42 +0100)
Impact: fix rare crash on 32-bit
The 32-bit APIC drivers had their send_IPI_self vectors set to NULL,
but ioapic_retrigger_irq() depends on it being always set. Fix it.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found