On Wed, 27 Sep 2006, Atsushi Nemoto wrote: > BTW, what you tried is something like this ? > > include/asm-mips/cacheflush.h: > static inline void flush_icache_page(struct vm_area_struct *vma, > struct page *page) > { > __flush_icache_page(vma, page); > } > > If this caused panic, what is the message? I have: #define flush_icache_page __flush_icache_page there for the time being while working on something else and it works just fine with my SWARM and 2.6.18-20060920. Maciej