Changeset 5e7b6272 in rtems for testsuites/sptests/spsize


Ignore:
Timestamp:
05/31/96 23:27:45 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
52a0641
Parents:
c238a218
Message:

renamed _TOD_Ticks_since_boot as _Watchdog_Ticks_since_boot so the Watchdog
Handler could timestamp the starting and stopping of timers. Since
TOD is built on top of Watchdog, this avoided a circular dependency.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • testsuites/sptests/spsize/size.c

    rc238a218 r5e7b6272  
    330330/*tod.h*/       (sizeof _TOD_Current)                     +
    331331                (sizeof _TOD_Seconds_since_epoch)         +
    332                 (sizeof _TOD_Ticks_since_boot)            +
    333332                (sizeof _TOD_Microseconds_per_tick)       +
    334333                (sizeof _TOD_Ticks_per_second)            +
     
    344343/*watchdog.h*/  (sizeof _Watchdog_Sync_level)             +
    345344                (sizeof _Watchdog_Sync_count)             +
     345                (sizeof _Watchdog_Ticks_since_boot)       +
    346346                (sizeof _Watchdog_Ticks_chain)            +
    347347                (sizeof _Watchdog_Seconds_chain)          +
Note: See TracChangeset for help on using the changeset viewer.