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)
commitc596b1a38085a041464b9b2c0c200e81ff695634
treea6f08355b114d7e5812950ff4741d45ea45f0083
parentc1a13ff57ab1ce52a0aae9984594dbfcfbaf68c0
sh: Fix in_nmi symbol build error.

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>
arch/sh/kernel/cpu/sh3/entry.S