From: Paul Mundt Date: Mon, 18 Jun 2007 09:57:13 +0000 (+0900) Subject: sh: oops_enter()/oops_exit() in die(). X-Git-Tag: v2.6.22-rc6~84^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5527398218aae85f37552a69fad163fa500c39e4;p=pandora-kernel.git sh: oops_enter()/oops_exit() in die(). As Russell helpfully pointed out on linux-arch: http://marc.info/?l=linux-arch&m=118208089204630&w=2 We were missing the oops_enter/exit() in the sh die() implementation. As we do support lockdep, it's beneficial to add these calls so lockdep properly disables itself in the die() case. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed