sh: Shut up compiler warnings in __do_page_fault().
authorPaul Mundt <lethal@linux-sh.org>
Thu, 10 May 2007 05:25:01 +0000 (14:25 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 14 May 2007 00:18:34 +0000 (09:18 +0900)
commitb8947444a738c6407466244c60e9e4a2999af555
tree612241a7bc6f64231be406b10137114adf66236d
parent705962ccc9d21a08b74b6b6e1d3cf10f98968a67
sh: Shut up compiler warnings in __do_page_fault().

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: Paul Mundt <lethal@linux-sh.org>
arch/sh/mm/fault.c