diff options
Diffstat (limited to 'include/asm-powerpc/kexec.h')
-rw-r--r-- | include/asm-powerpc/kexec.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/asm-powerpc/kexec.h b/include/asm-powerpc/kexec.h index c72ffc709ea8..934b4981651d 100644 --- a/include/asm-powerpc/kexec.h +++ b/include/asm-powerpc/kexec.h | |||
@@ -41,10 +41,11 @@ extern note_buf_t crash_notes[]; | |||
41 | extern void kexec_smp_wait(void); /* get and clear naca physid, wait for | 41 | extern void kexec_smp_wait(void); /* get and clear naca physid, wait for |
42 | master to copy new code to 0 */ | 42 | master to copy new code to 0 */ |
43 | extern void __init kexec_setup(void); | 43 | extern void __init kexec_setup(void); |
44 | #else | ||
45 | struct kimage; | ||
46 | extern void machine_kexec_simple(struct kimage *image); | ||
47 | #endif | 44 | #endif |
48 | 45 | ||
46 | struct kimage; | ||
47 | extern void default_machine_kexec(struct kimage *image); | ||
48 | extern int default_machine_kexec_prepare(struct kimage *image); | ||
49 | |||
49 | #endif /* ! __ASSEMBLY__ */ | 50 | #endif /* ! __ASSEMBLY__ */ |
50 | #endif /* _ASM_POWERPC_KEXEC_H */ | 51 | #endif /* _ASM_POWERPC_KEXEC_H */ |