On Tue, Jun 30, 2009 at 22:41, <[email protected]> wrote: > Modified: trunk/arch/blackfin/include/asm/cacheflush.h (6881 => 6882) > > static inline void flush_icache_range(unsigned start, unsigned end) > { > + if (start >= end) > + return;
this check doesnt make much realistic sense. there has never been a case where start was greater or equal to end, and no other architecture has this check, so it's useless overhead -mike _______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
