Changeset 6ca1184 in rtems for c/src/exec/score/cpu/sparc


Ignore:
Timestamp:
02/13/96 22:14:25 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
94b3ec59
Parents:
391f6628
Message:

added clear of _ISR_Signals_to_thread_executing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/score/cpu/sparc/cpu_asm.s

    r391f6628 r6ca1184  
    570570                                 !   executing thread?
    571571        bz       simple_return   ! yes, then invoke the dispatcher
    572         nop                      ! delay slot
     572                                 ! use the delay slot to clear the signals
     573                                 !   to the currently executing task flag
     574        st       %g0, [%l6 + %lo(SYM(_ISR_Signals_to_thread_executing))]
     575                                 
    573576
    574577        /*
Note: See TracChangeset for help on using the changeset viewer.