X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-ppc64%2Fcacheflush.h;h=d0f0dfd263d67e6c06887b5531e61755ed34d58e;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=7222160db59cabe49e148522fa2a8cf8955adeb6;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-ppc64/cacheflush.h b/include/asm-ppc64/cacheflush.h index 7222160db..d0f0dfd26 100644 --- a/include/asm-ppc64/cacheflush.h +++ b/include/asm-ppc64/cacheflush.h @@ -40,7 +40,7 @@ extern void __flush_dcache_icache(void *page_va); static inline void flush_icache_range(unsigned long start, unsigned long stop) { - if (!(cur_cpu_spec->cpu_features & ASM_CONST(CPU_FTR_COHERENT_ICACHE))) + if (!(cur_cpu_spec->cpu_features & CPU_FTR_COHERENT_ICACHE)) __flush_icache_range(start, stop); }