[PATCH] x86 reboot: Add reboot fixup for gx1/cs5530a
authorJaya Kumar <jayalk@intworks.biz>
Sun, 1 May 2005 15:58:49 +0000 (08:58 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 1 May 2005 15:58:49 +0000 (08:58 -0700)
commita2f7c354159b87dfbd9900f597d48d18755a9d16
tree0e1213537fb861b6dc05b61e22284c8213bdf04b
parent67701ae9767534534d3710664037dfde2cc04935
[PATCH] x86 reboot: Add reboot fixup for gx1/cs5530a

This patch by Jaya Kumar introduces a generic infrastructure to deal with
x86 chipsets with nonstandard reset sequences, and adds support for the
Geode gx1/cs5530a chipset.

Signed-off-by: Jaya Kumar <jayalk@intworks.biz>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/Kconfig
arch/i386/kernel/Makefile
arch/i386/kernel/reboot.c
arch/i386/kernel/reboot_fixups.c [new file with mode: 0644]
include/linux/reboot_fixups.h [new file with mode: 0644]