sh: page table alloc cleanups and page fault optimizations.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 27 Sep 2006 06:13:36 +0000 (15:13 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 27 Sep 2006 06:13:36 +0000 (15:13 +0900)
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 <lethal@linux-sh.org>

No differences found