Changeset 60bf9c0 in rtems


Ignore:
Timestamp:
08/18/05 13:46:38 (19 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
71319f77
Parents:
49b7b17
Message:

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

PR 807/rtems

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

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

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

    r49b7b17 r60bf9c0  
    8080        if ( the_timer->Ticker.state != WATCHDOG_INACTIVE ) {
    8181          _ISR_Enable( level );
     82          _Thread_Enable_dispatch();
    8283          return RTEMS_SUCCESSFUL;
    8384        }
  • cpukit/rtems/src/timerserverfireafter.c

    r49b7b17 r60bf9c0  
    8585        if ( the_timer->Ticker.state != WATCHDOG_INACTIVE ) {
    8686          _ISR_Enable( level );
     87          _Thread_Enable_dispatch();
    8788          return RTEMS_SUCCESSFUL;
    8889        }
Note: See TracChangeset for help on using the changeset viewer.