1. 14 5月, 2007 2 次提交
    • 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
    • A
      fix deadlock in loop.c · 705962cc
      Al Viro 提交于
      ... doh
      
      Jeremy Fitzhardinge noted that the recent loop.c cleanups worked, but
      cause lockdep to complain.
      
      Ouch.  OK, the deadlock is real and yes, I'm an idiot.  Speaking of which,
      we probably want to s/lock/pin/ in drivers/base/map.c to avoid such
      brainos again.  And yes, this stuff needs clear documentation.  Will try
      to put one together once I get some sleep...
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      Cc: Jeremy Fitzhardinge <jeremy@goop.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      705962cc
  2. 13 5月, 2007 17 次提交
  3. 12 5月, 2007 21 次提交