commit | 5527398218aae85f37552a69fad163fa500c39e4 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Jun 18 18:57:13 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Jun 18 18:57:13 2007 +0900 |
tree | b14b84f40ab42f248c3dbfd2c1384624fb57a197 | |
parent | 69a331470ff02561cf1898eeb152ccca9f22bf53 [diff] |
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 <lethal@linux-sh.org>