1. 11 6月, 2007 1 次提交
  2. 08 6月, 2007 11 次提交
  3. 04 6月, 2007 1 次提交
  4. 21 5月, 2007 4 次提交
  5. 14 5月, 2007 2 次提交
    • P
      sh: Kill off pmb slab cache destructor. · 38c425f6
      Paul Mundt 提交于
      This is the last remaining slab destructor in the kernel, which
      we kill off and move the resultant list tracking logic up to
      the pmb_alloc()/pmb_free() paths.
      
      As Christoph Lameter pointed out, it's potentially unsafe to be
      taking the list lock in the destructor anyways, so this is also
      more fundamentally correct.
      
      With this in place, we're all set for killing off slab destructors
      from the kernel entirely.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      38c425f6
    • P
      sh: Shut up compiler warnings in __do_page_fault(). · b8947444
      Paul Mundt 提交于
      GCC doesn't seem to be able to figure this one out for
      itself, so just shut it up..
      
        CC      arch/sh/mm/fault.o
      arch/sh/mm/fault.c: In function '__do_page_fault':
      arch/sh/mm/fault.c:288: warning: 'ptl' may be used uninitialized in this function
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      b8947444
  6. 09 5月, 2007 5 次提交
  7. 07 5月, 2007 4 次提交
  8. 05 3月, 2007 1 次提交
  9. 14 2月, 2007 1 次提交
  10. 13 2月, 2007 10 次提交