Nick Piggin wrote:
Hugh Dickins wrote:

And the range to sparc64's flush_tlb_pgtables?  It's less clear to me
now that we need to do more than is done here - every PMD_SIZE ever
occupied will be flushed, do we really have to flush every PGDIR_SIZE
ever partially occupied?  A shame to complicate it unnecessarily.


It looks like sparc64 is the only user of this, so it is up to
you Dave.


Oh - one other question too. Doing the unmap and page table freeing in the same pass will put freed pagecache pages in the same mmu_gather as the freed page table pages. This looks like it may be a problem for sparc64?


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

Reply via email to