mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 01:24:33 +00:00
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>
This commit is contained in:
parent
c1a13ff57a
commit
c596b1a380
@ -320,7 +320,9 @@ skip_restore:
|
|||||||
|
|
||||||
.align 2
|
.align 2
|
||||||
5: .long 0x00001000 ! DSP
|
5: .long 0x00001000 ! DSP
|
||||||
|
#ifdef CONFIG_KGDB_NMI
|
||||||
6: .long in_nmi
|
6: .long in_nmi
|
||||||
|
#endif
|
||||||
7: .long 0x30000000
|
7: .long 0x30000000
|
||||||
|
|
||||||
! common exception handler
|
! common exception handler
|
||||||
|
Loading…
x
Reference in New Issue
Block a user