From: Paul M. <le...@us...> - 2006-08-09 07:42:27
|
Update of /cvsroot/linuxsh/linux/arch/sh/kernel In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv1978/arch/sh/kernel Modified Files: machine_kexec.c Log Message: kexec updates for API changes. Index: machine_kexec.c =================================================================== RCS file: /cvsroot/linuxsh/linux/arch/sh/kernel/machine_kexec.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- machine_kexec.c 19 Sep 2005 19:20:56 -0000 1.1 +++ machine_kexec.c 9 Aug 2006 07:42:23 -0000 1.2 @@ -29,12 +29,6 @@ const extern unsigned int relocate_new_kernel_size; extern void *gdb_vbr_vector; -/* - * Provide a dummy crash_notes definition while crash dump arrives to ppc. - * This prevents breakage of crash_notes attribute in kernel/ksysfs.c. - */ -void *crash_notes = NULL; - void machine_shutdown(void) { } |