[PATCH] i386: PARAVIRT: fix startup_ipi_hook config dependency
authorJeremy Fitzhardinge <jeremy@goop.org>
Wed, 2 May 2007 17:27:18 +0000 (19:27 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Wed, 2 May 2007 17:27:18 +0000 (19:27 +0200)
commit0260c196c97e48e4b821031ae55912c22113ed87
tree124e7f247573f75cebeec39c5d92f38a9ba48075
parent25c16b992c32db4bc7e085b763abd866a505ca72
[PATCH] i386: PARAVIRT: fix startup_ipi_hook config dependency

startup_ipi_hook depends on CONFIG_X86_LOCAL_APIC, so move it to the
right part of the paravirt_ops initialization.

Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>
Signed-off-by: Andi Kleen <ak@suse.de>
arch/i386/kernel/paravirt.c