]> err.no Git - linux-2.6/blobdiff - include/asm-powerpc/kexec.h
Merge ../linux-2.6
[linux-2.6] / include / asm-powerpc / kexec.h
index 0a1afced173f566af8fd3558115972522b8c118d..efe8872ec58382f78ba3807944d601e7409c80b4 100644 (file)
@@ -125,6 +125,7 @@ extern void default_machine_crash_shutdown(struct pt_regs *regs);
 
 extern void machine_kexec_simple(struct kimage *image);
 extern int overlaps_crashkernel(unsigned long start, unsigned long size);
+extern void reserve_crashkernel(void);
 
 #else /* !CONFIG_KEXEC */
 
@@ -133,6 +134,8 @@ static inline int overlaps_crashkernel(unsigned long start, unsigned long size)
        return 0;
 }
 
+static inline void reserve_crashkernel(void) { ; }
+
 #endif /* CONFIG_KEXEC */
 #endif /* ! __ASSEMBLY__ */
 #endif /* __KERNEL__ */