973efae21b
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>
6 lines
138 B
C
6 lines
138 B
C
#ifndef _LINUX_REBOOT_FIXUPS_H
|
|
#define _LINUX_REBOOT_FIXUPS_H
|
|
|
|
extern void mach_reboot_fixups(void);
|
|
|
|
#endif /* _LINUX_REBOOT_FIXUPS_H */
|