Changeset 3d7d233c in rtems


Ignore:
Timestamp:
08/18/05 13:39:00 (19 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Children:
4a4c78d9
Parents:
ecfdafc6
Message:

2005-08-18 Andrew Sinclair <Andrew.Sinclair@…>

PR 807/rtems

  • src/timerfireafter.c, src/timerserverfireafter.c: First patch returned without exitting dispatching critical section.
Location:
cpukit/rtems
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cpukit/rtems/ChangeLog

    recfdafc6 r3d7d233c  
     12005-08-18      Andrew Sinclair <Andrew.Sinclair@elprotech.com>
     2
     3        PR 807/rtems
     4        * src/timerfireafter.c, src/timerserverfireafter.c: First patch
     5        returned without exitting dispatching critical section.
     6
    172005-08-17      Andrew Sinclair <Andrew.Sinclair@elprotech.com>
    28
  • cpukit/rtems/src/timerfireafter.c

    recfdafc6 r3d7d233c  
    7676        if ( the_timer->Ticker.state != WATCHDOG_INACTIVE ) {
    7777          _ISR_Enable( level );
     78          _Thread_Enable_dispatch();
    7879          return RTEMS_SUCCESSFUL;
    7980        }
  • cpukit/rtems/src/timerserverfireafter.c

    recfdafc6 r3d7d233c  
    8181        if ( the_timer->Ticker.state != WATCHDOG_INACTIVE ) {
    8282          _ISR_Enable( level );
     83          _Thread_Enable_dispatch();
    8384          return RTEMS_SUCCESSFUL;
    8485        }
Note: See TracChangeset for help on using the changeset viewer.