[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>
This commit is contained in:
committed by
Andi Kleen
parent
6d1c426158
commit
973efae21b
6
include/asm-i386/reboot_fixups.h
Normal file
6
include/asm-i386/reboot_fixups.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef _LINUX_REBOOT_FIXUPS_H
|
||||
#define _LINUX_REBOOT_FIXUPS_H
|
||||
|
||||
extern void mach_reboot_fixups(void);
|
||||
|
||||
#endif /* _LINUX_REBOOT_FIXUPS_H */
|
||||
Reference in New Issue
Block a user