]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sh/cache.h
x86: fix CONFIG_KEXEC build breakage
[linux-2.6-omap-h63xx.git] / include / asm-sh / cache.h
index 9a3cb6ba9d156622d0738be6fd18ba224de9cf4c..7a18649d1ccb873af58880fdd933f4f21d50469a 100644 (file)
@@ -9,6 +9,7 @@
 #define __ASM_SH_CACHE_H
 #ifdef __KERNEL__
 
+#include <linux/init.h>
 #include <asm/cpu/cache.h>
 
 #define SH_CACHE_VALID         1
@@ -48,6 +49,9 @@ struct cache_info {
 
        unsigned long flags;
 };
+
+int __init detect_cpu_and_cache_system(void);
+
 #endif /* __ASSEMBLY__ */
 #endif /* __KERNEL__ */
 #endif /* __ASM_SH_CACHE_H */