From: Paul Mundt Date: Wed, 27 Sep 2006 06:13:36 +0000 (+0900) Subject: sh: page table alloc cleanups and page fault optimizations. X-Git-Tag: v2.6.19-rc1~902^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26ff6c11ef38e08990c1e417c299246e6ab18ff7;p=pandora-kernel.git sh: page table alloc cleanups and page fault optimizations. Cleanup of page table allocators, using generic folded PMD and PUD helpers. TLB flushing operations are moved to a more sensible spot. The page fault handler is also optimized slightly, we no longer waste cycles on IRQ disabling for flushing of the page from the ITLB, since we're already under CLI protection by the initial exception handler. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed