[PATCH] i386: clean up mach_reboot_fixups
authorJeremy Fitzhardinge <jeremy@goop.org>
Wed, 2 May 2007 17:27:06 +0000 (19:27 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Wed, 2 May 2007 17:27:06 +0000 (19:27 +0200)
commit973efae21beb2feda138f152ed06d4204774d93c
tree72aea5fab6d059b35a79198bf09cc9163338b5c2
parent6d1c426158131b11d05d66e7dd6bf91e5b1b4fc7
[PATCH] i386: clean up mach_reboot_fixups

The reboot_fixups stuff seems to be a bit of a mess, specifically the
header is in linux/ when its a purely i386-specific piece of code.  I'm
not sure why it has its config option; its only currently needed for
"geode-gx1/cs5530a", so perhaps whatever config option controls that
hardware should enable this?

Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>
Signed-off-by: Andi Kleen <ak@suse.de>
arch/i386/kernel/reboot.c
arch/i386/kernel/reboot_fixups.c
include/asm-i386/reboot_fixups.h [moved from include/linux/reboot_fixups.h with 61% similarity]