diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-08-17 13:44:08 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:32:10 -0400 |
commit | 340ee4b98c0543b5632cac975a7449a2d28762d8 (patch) | |
tree | 94b7315d53d6eadd145c8691f0a9925f5ae389f5 /arch/mips/kernel/genex.S | |
parent | d03d0a57754cb820d318d2234c60b728eb38a94d (diff) |
Virtual SMP support for the 34K.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
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 fd904d1e4190..aa18a8b7b380 100644 --- a/arch/mips/kernel/genex.S +++ b/arch/mips/kernel/genex.S | |||
@@ -323,6 +323,7 @@ NESTED(nmi_handler, PT_SIZE, sp) | |||
323 | BUILD_HANDLER mdmx mdmx sti silent /* #22 */ | 323 | BUILD_HANDLER mdmx mdmx sti silent /* #22 */ |
324 | BUILD_HANDLER watch watch sti verbose /* #23 */ | 324 | BUILD_HANDLER watch watch sti verbose /* #23 */ |
325 | BUILD_HANDLER mcheck mcheck cli verbose /* #24 */ | 325 | BUILD_HANDLER mcheck mcheck cli verbose /* #24 */ |
326 | BUILD_HANDLER mt mt sti verbose /* #25 */ | ||
326 | BUILD_HANDLER dsp dsp sti silent /* #26 */ | 327 | BUILD_HANDLER dsp dsp sti silent /* #26 */ |
327 | BUILD_HANDLER reserved reserved sti verbose /* others */ | 328 | BUILD_HANDLER reserved reserved sti verbose /* others */ |
328 | 329 | ||