[parisc-linux] Re: [parisc-linux-cvs] linux-2.6 jejb

James Bottomley James.Bottomley@steeleye.com
19 Sep 2003 09:02:52 -0500


On Fri, 2003-09-19 at 06:24, Randolph Chung wrote:
> we also have a flush_icache_user_range range macro that does this (flush
> dcache + icache). The kernel seems to use both..... 

Well, I just took the least line of resistance.

But it does beg the question: I think all of the PA arch docs require
the dcache to be flushed before the icache for all icache flushing, so
is there any point exporting an API that only flushes the icache?

James