x86: fixup machine_ops reboot_{32|64}.c unification fallout
authorJody Belka <lists-lkml@pimb.org>
Tue, 12 Feb 2008 23:37:48 +0000 (23:37 +0000)
committerIngo Molnar <mingo@elte.hu>
Wed, 13 Feb 2008 15:20:35 +0000 (16:20 +0100)
commit416e2d63794d4e57774989429e174507801915f2
tree368fd58fc80aee084621e904cf9cdfffb076e836
parent1cdde19109901e8f1194e227d0bcd48caf713323
x86: fixup machine_ops reboot_{32|64}.c unification fallout

When reboot_32.c and reboot_64.c were unified (commit 4d022e35fd...),
the machine_ops code was broken, leading to xen pvops kernels failing
to properly halt/poweroff/reboot etc. This fixes that up.

Signed-off-by: Jody Belka <knew-linux@pimb.org>
Cc: Miguel Boton <mboton@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/reboot.c