]> git.baikalelectronics.ru Git - kernel.git/commit
sh: oops_enter()/oops_exit() in die().
authorPaul Mundt <lethal@linux-sh.org>
Mon, 18 Jun 2007 09:57:13 +0000 (18:57 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 18 Jun 2007 09:57:13 +0000 (18:57 +0900)
commit143886c6568e76628e99fb4156e9593ff767fd23
treeb14b84f40ab42f248c3dbfd2c1384624fb57a197
parent1c887df15b7fff8c4023130ab1ff16375f8f8011
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>
arch/sh/kernel/traps.c