Changeset 975ecc17 in rtems
- Timestamp:
- 07/05/18 17:13:37 (5 years ago)
- Branches:
- 5
- Children:
- a9ce44b
- Parents:
- f43beb0
- git-author:
- Andrew Turner <andrew@…> (07/05/18 17:13:37)
- git-committer:
- Moyano, Gabriel <gabriel.moyano@…> (11/16/21 08:48:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/src/kern_tc.c
rf43beb0 r975ecc17 2258 2258 static uint64_t cpu_tick_frequency; 2259 2259 2260 static DPCPU_DEFINE(uint64_t, tc_cpu_ticks_base);2261 static DPCPU_DEFINE(unsigned, tc_cpu_ticks_last);2260 DPCPU_DEFINE_STATIC(uint64_t, tc_cpu_ticks_base); 2261 DPCPU_DEFINE_STATIC(unsigned, tc_cpu_ticks_last); 2262 2262 2263 2263 static uint64_t
Note: See TracChangeset
for help on using the changeset viewer.