X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fmips%2Finclude%2Fasm%2Fcache.h;h=83165d5c9705fcc2f41eb501eb363b15e556aba3;hb=e7e0469c880f9b83ea577e52d7fea4ba928a212a;hp=669c362a52a563ab6f7dfcf43188b8559644b69d;hpb=4c2cb115163caa7ff60f5bcb072d2ae20385f508;p=u-boot diff --git a/arch/mips/include/asm/cache.h b/arch/mips/include/asm/cache.h index 669c362a52..83165d5c97 100644 --- a/arch/mips/include/asm/cache.h +++ b/arch/mips/include/asm/cache.h @@ -19,6 +19,7 @@ */ #define CONFIG_SYS_CACHELINE_SIZE ARCH_DMA_MINALIGN +#ifndef __ASSEMBLY__ /** * mips_cache_probe() - Probe the properties of the caches * @@ -27,5 +28,6 @@ * functions such as flush_cache may be called. */ void mips_cache_probe(void); +#endif #endif /* __MIPS_CACHE_H__ */