MIPS: add nmi_enter() + nmi_exit() to nmi_exception_handler()
authorPetri Gynther <pgynther@google.com>
Mon, 19 Oct 2015 18:49:52 +0000 (11:49 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 9 Nov 2015 08:56:56 +0000 (09:56 +0100)
commit7963b3f127a7486815bc10639630c95c2792b811
tree5a089d866b7e67022b6a8e4eaba91039e33e115e
parent1b4a5ddb127caf125e14551ebd334be1acf21805
MIPS: add nmi_enter() + nmi_exit() to nmi_exception_handler()

We need to enter NMI context when NMI interrupt fires.

Signed-off-by: Petri Gynther <pgynther@google.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11323/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/traps.c