On Tue, Aug 08, 2006 at 02:23:11PM +0200, Haavard Skinnemoen wrote:
> Convert parisc to use generic ioremap_page_range()
> 
> -static int 
> -remap_area_pages(unsigned long address, unsigned long phys_addr,
> -              unsigned long size, unsigned long flags)
> -{
[...]
> -     flush_cache_all();
> -
[..]
> -     } while (address && (address < end));
> -
> -     flush_tlb_all();
> 

On second thought, you've compressed two different flushes into
flush_cache_vmap[1] where flush_tlb_all used to be...

I don't think this would be a problem because we're creating a
new mapping, but James will probably prove my assumption wrong
as usual. :)

[1 - flush_cache_vmap is just a flush_cache_all on the arches
 I've looked at with VI-caches.]

Cheers,
        Kyle M.
-
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