Re: [PATCH/RFC] remove flush_tlb_pgtables

2007-07-26 Thread David Miller
From: Benjamin Herrenschmidt <[EMAIL PROTECTED]> Date: Fri, 27 Jul 2007 10:44:06 +1000 > After my frv patch, nobody uses flush_tlb_pgtables anymore, this patch > removes all remaining traces of it from all archs. > > Signed-off-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]> Acked-by: David S. Mi

[PATCH/RFC] remove flush_tlb_pgtables

2007-07-26 Thread Benjamin Herrenschmidt
After my frv patch, nobody uses flush_tlb_pgtables anymore, this patch removes all remaining traces of it from all archs. Signed-off-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]> --- This is part of a couple of pre-reqs cleanup for my mmu_gather work, which makes things easier later on. I'll do