diff options
Diffstat (limited to 'arch/mips/kernel/genex.S')
-rw-r--r-- | arch/mips/kernel/genex.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/genex.S b/arch/mips/kernel/genex.S index e5021c758ef0..349ec301168f 100644 --- a/arch/mips/kernel/genex.S +++ b/arch/mips/kernel/genex.S | |||
@@ -291,6 +291,7 @@ NESTED(nmi_handler, PT_SIZE, sp) | |||
291 | BUILD_HANDLER mdmx mdmx sti silent /* #22 */ | 291 | BUILD_HANDLER mdmx mdmx sti silent /* #22 */ |
292 | BUILD_HANDLER watch watch sti verbose /* #23 */ | 292 | BUILD_HANDLER watch watch sti verbose /* #23 */ |
293 | BUILD_HANDLER mcheck mcheck cli verbose /* #24 */ | 293 | BUILD_HANDLER mcheck mcheck cli verbose /* #24 */ |
294 | BUILD_HANDLER dsp dsp sti silent /* #26 */ | ||
294 | BUILD_HANDLER reserved reserved sti verbose /* others */ | 295 | BUILD_HANDLER reserved reserved sti verbose /* others */ |
295 | 296 | ||
296 | #ifdef CONFIG_64BIT | 297 | #ifdef CONFIG_64BIT |