On Wed, May 21, 2014 at 11:02:12PM +0200, Andreas Herrmann wrote: > On Wed, May 21, 2014 at 02:40:41PM +0200, Ralf Baechle wrote: > > On Tue, May 20, 2014 at 04:47:07PM +0200, Andreas Herrmann wrote: > > > > > +static inline void r4k_blast_dcache_page_dc128(unsigned long addr) > > > +{ > > > + R4600_HIT_CACHEOP_WAR_IMPL; > > > > The R4600 has 32 byte cache lines that is this line will never be > > executed on an R4600 thus can be dropped. > > So the line can also be removed from r4k_blast_dcache_page_dc64? Yes, indeed. Just did that now. Ralf