On Sun, 2006-03-19 at 13:26 -0800, David S. Miller wrote:
> flush_cache_page() is a nop on many architectures which have
> cache aliasing issues, such as sparc64.

Oh ... hmm .. I was just going by the comment in cachetlb.txt which says

        After running, there will be no entries in the cache for
        'vma->vm_mm' for virtual address 'addr' which translates
        to 'pfn'.

which seemed it should do what I want.

It looks like there's no other API I can use for this ... do you want me
to construct another?  something like flush_anon_page()?

James


-
To unsubscribe from this list: send the line "unsubscribe linux-arch" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to