summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/bfin
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2015-02-19 15:48:47 -0500
committerGedare Bloom <gedare@rtems.org>2015-02-19 15:48:47 -0500
commit7f1bb40aa1b87bc346bd07b893ebdd5c35e10410 (patch)
treef6f74abf2d94b0b3cc22573a71a23074c2fec7bf /cpukit/score/cpu/bfin
parentsptests: Add missing test extension (diff)
downloadrtems-7f1bb40aa1b87bc346bd07b893ebdd5c35e10410.tar.bz2
bfin: do not reset dispatch needed
Closes #2148 Fix suggested in above ticket. On examination, the assembly appears to be clearing the DISPATCH_NEEDED flag before jumping to _Thread_Dispatch.
Diffstat (limited to 'cpukit/score/cpu/bfin')
-rw-r--r--cpukit/score/cpu/bfin/cpu_asm.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/score/cpu/bfin/cpu_asm.S b/cpukit/score/cpu/bfin/cpu_asm.S
index 015caef448..9e3984ad8f 100644
--- a/cpukit/score/cpu/bfin/cpu_asm.S
+++ b/cpukit/score/cpu/bfin/cpu_asm.S
@@ -472,8 +472,6 @@ noStackRestore:
cc = r0 == 0;
if cc jump noDispatch
doDispatch:
- r0 = 0;
- B[p0] = r0;
raise 15;
noDispatch:
r0 = [sp++];