summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/m68k/cpu_asm.s
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-01-15 20:21:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-01-15 20:21:48 +0000
commitfc5e2d73280831eb832b94f8d4990e0972a0bd40 (patch)
tree8f2feee700347f34a42e01732bdc1d841f833ef3 /c/src/exec/score/cpu/m68k/cpu_asm.s
parent_CPU_Trap_Table_area is now conditional based on whether or not (diff)
downloadrtems-fc5e2d73280831eb832b94f8d4990e0972a0bd40.tar.bz2
fixed comments on vanilla 68000 SW interrupt stack (or the lack thereof)
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/cpu/m68k/cpu_asm.s5
1 files changed, 0 insertions, 5 deletions
diff --git a/c/src/exec/score/cpu/m68k/cpu_asm.s b/c/src/exec/score/cpu/m68k/cpu_asm.s
index 255aeb23f7..f24ebec351 100644
--- a/c/src/exec/score/cpu/m68k/cpu_asm.s
+++ b/c/src/exec/score/cpu/m68k/cpu_asm.s
@@ -160,11 +160,6 @@ SYM (_ISR_Handler):
jbsr a0@ | invoke the user ISR
addql #4,a7 | remove vector number
-/*
- * The following entry should be unnecessary once the support is
- * in place to know what vector we got on a 68000 core.
- */
-
subql #1,SYM (_ISR_Nest_level) | one less nest level
subql #1,SYM (_Thread_Dispatch_disable_level)
| unnest multitasking