commit | 6b64ee02da20d6c0d97115e0b1ab47f9fa2f0d8f | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Fri Jan 30 23:42:18 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jan 30 23:42:18 2009 +0100 |
tree | 33cc854072725475de0ea30194e1057ddf5c4a43 | |
parent | 26f7ef14a76b0e590a3797fd7b2f3cee868d9664 [diff] |
x86, apic, 32-bit: add self-IPI methods 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>