]> err.no Git - linux-2.6/blobdiff - arch/ppc/kernel/machine_kexec.c
powerpc: Improve (in|out)_[bl]eXX() asm code
[linux-2.6] / arch / ppc / kernel / machine_kexec.c
index a882b0dbe8de3e4b28b4216b5d6ed25076b69253..a469ba438cbea17fc8654407d42d2744f4d4a2fc 100644 (file)
@@ -25,14 +25,8 @@ typedef NORET_TYPE void (*relocate_new_kernel_t)(
                                unsigned long reboot_code_buffer,
                                unsigned long start_address) ATTRIB_NORET;
 
-const extern unsigned char relocate_new_kernel[];
-const extern unsigned int relocate_new_kernel_size;
-
-/*
- * Provide a dummy crash_notes definition while crash dump arrives to ppc.
- * This prevents breakage of crash_notes attribute in kernel/ksysfs.c.
- */
-note_buf_t crash_notes[NR_CPUS];
+extern const unsigned char relocate_new_kernel[];
+extern const unsigned int relocate_new_kernel_size;
 
 void machine_shutdown(void)
 {