Re: What archs need flush_tlb_page() in handle_pte_fault() ?

2007-08-05 Thread Benjamin Herrenschmidt
On Thu, 2007-08-02 at 11:37 +1000, Benjamin Herrenschmidt wrote: > Heya ! > > In my page table accessor spring cleaning, one of my targets is > flush_tlb_page(). At this stage, it's only called by generic code in one > place (in addition to the asm-generic bits that use it to implement > missing a

What archs need flush_tlb_page() in handle_pte_fault() ?

2007-08-01 Thread Benjamin Herrenschmidt
Heya ! In my page table accessor spring cleaning, one of my targets is flush_tlb_page(). At this stage, it's only called by generic code in one place (in addition to the asm-generic bits that use it to implement missing accessors, but I'm taking care of those spearately) : In handle_pte_fault(),