From: Paul M. <le...@us...> - 2006-08-09 07:42:26
|
Update of /cvsroot/linuxsh/linux/include/asm-sh In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv1978/include/asm-sh Modified Files: kexec.h Log Message: kexec updates for API changes. Index: kexec.h =================================================================== RCS file: /cvsroot/linuxsh/linux/include/asm-sh/kexec.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- kexec.h 5 Jul 2006 07:23:50 -0000 1.2 +++ kexec.h 9 Aug 2006 07:42:24 -0000 1.3 @@ -25,11 +25,8 @@ #define MAX_NOTE_BYTES 1024 -#ifndef __ASSEMBLY__ - -extern void machine_shutdown(void); -extern void *crash_notes; - -#endif /* __ASSEMBLY__ */ +/* Provide a dummy definition to avoid build failures. */ +static inline void crash_setup_regs(struct pt_regs *newregs, + struct pt_regs *oldregs) { } #endif /* _SH_KEXEC_H */ |