]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit80705bc4d83535ef71de3233aef40721e013ac56
tree368fd58fc80aee084621e904cf9cdfffb076e836
parent078c050134770b2657017a26c61fdd71c5f7ff3a
x86: fixup machine_ops reboot_{32|64}.c unification fallout

When reboot_32.c and reboot_64.c were unified (commit 4fd93dd328...),
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