]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
x86: make nmi_shootdown_cpus() available on !SMP and !X86_LOCAL_APIC
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 12 Nov 2008 13:34:43 +0000 (11:34 -0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 12 Nov 2008 17:55:48 +0000 (18:55 +0100)
commitbb8dd270e62217e2d2172094c6c352c4ddc0a127
treeb57d4afb0b36564b0af62fd5306837e26f326595
parent2ddded213895e41b9cfe1c084127e6c01632ac1a
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>
arch/x86/kernel/reboot.c