Changeset b2d67fd in rtems


Ignore:
Timestamp:
11/25/08 22:29:58 (15 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 5, master
Children:
274ee57
Parents:
addd698
Message:

2008-11-25 Joel Sherrill <joel.sherrill@…>

  • score/src/watchdogadjust.c, score/src/watchdogtickle.c: Spacing.
Location:
cpukit
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    raddd698 rb2d67fd  
     12008-11-25      Joel Sherrill <joel.sherrill@oarcorp.com>
     2
     3        * score/src/watchdogadjust.c, score/src/watchdogtickle.c: Spacing.
     4
    152008-11-24      Joel Sherrill <joel.sherrill@OARcorp.com>
    26
  • cpukit/score/src/watchdogadjust.c

    raddd698 rb2d67fd  
    6969            _Watchdog_First( header )->delta_interval = 1;
    7070
    71                         _ISR_Enable( level );
     71            _ISR_Enable( level );
    7272
    7373            _Watchdog_Tickle( header );
    7474
    75                         _ISR_Disable( level );
     75            _ISR_Disable( level );
    7676
    7777            if ( _Chain_Is_empty( header ) )
  • cpukit/score/src/watchdogtickle.c

    raddd698 rb2d67fd  
    119119     }
    120120
    121         _ISR_Disable( level );
     121    _ISR_Disable( level );
    122122
    123123     the_watchdog = _Watchdog_First( header );
Note: See TracChangeset for help on using the changeset viewer.