Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
[pandora-kernel.git] / arch / blackfin / include / asm / cacheflush.h
index 2666ff8..77135b6 100644 (file)
@@ -11,6 +11,9 @@
 
 #include <asm/blackfin.h>      /* for SSYNC() */
 #include <asm/sections.h>      /* for _ramend */
+#ifdef CONFIG_SMP
+#include <asm/smp.h>
+#endif
 
 extern void blackfin_icache_flush_range(unsigned long start_address, unsigned long end_address);
 extern void blackfin_dcache_flush_range(unsigned long start_address, unsigned long end_address);