forked from Imagelibrary/rtems
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.
This commit is contained in:
@@ -472,8 +472,6 @@ noStackRestore:
|
|||||||
cc = r0 == 0;
|
cc = r0 == 0;
|
||||||
if cc jump noDispatch
|
if cc jump noDispatch
|
||||||
doDispatch:
|
doDispatch:
|
||||||
r0 = 0;
|
|
||||||
B[p0] = r0;
|
|
||||||
raise 15;
|
raise 15;
|
||||||
noDispatch:
|
noDispatch:
|
||||||
r0 = [sp++];
|
r0 = [sp++];
|
||||||
|
|||||||
Reference in New Issue
Block a user