| commit | bb8dd270e62217e2d2172094c6c352c4ddc0a127 | [log] [tgz] |
|---|---|---|
| author | Eduardo Habkost <ehabkost@redhat.com> | Wed Nov 12 11:34:43 2008 -0200 |
| committer | Ingo Molnar <mingo@elte.hu> | Wed Nov 12 18:55:48 2008 +0100 |
| tree | b57d4afb0b36564b0af62fd5306837e26f326595 | |
| parent | 2ddded213895e41b9cfe1c084127e6c01632ac1a [diff] |
x86: make nmi_shootdown_cpus() available on !SMP and !X86_LOCAL_APIC Impact: widen nmi_shootdown_cpus() availability The X86_LOCAL_APIC #ifdef was for kdump. For !SMP, the function simply does nothing. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>