1. 13 2月, 2007 5 次提交
  2. 27 9月, 2006 2 次提交
    • P
      sh: Initial vsyscall page support. · 19f9a34f
      Paul Mundt 提交于
      This implements initial support for the vsyscall page on SH.
      At the moment we leave it configurable due to having nommu
      to support from the same code base. We hook it up for the
      signal trampoline return at present, with more to be added
      later, once uClibc catches up.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      19f9a34f
    • P
      sh: page table alloc cleanups and page fault optimizations. · 26ff6c11
      Paul Mundt 提交于
      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: NPaul Mundt <lethal@linux-sh.org>
      26ff6c11