sh: Fix in_nmi symbol build error.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 4 Jun 2007 01:39:50 +0000 (10:39 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 4 Jun 2007 01:39:50 +0000 (10:39 +0900)
If CONFIG_KGDB_NMI is disabled, we're left with a stray in_nmi
reference that can't be resolved. Move the symbol under the ifdef,
too.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found