Changeset e04b72d6 in mainline for kernel/generic/include/cpu.h
- Timestamp:
- 2023-01-08T21:19:21Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d8503fd
- Parents:
- 5b19d80 (diff), eda43238 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Jakub Jermář <jakub@…> (2023-01-08 21:19:21)
- git-committer:
- GitHub <noreply@…> (2023-01-08 21:19:21)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/cpu.h
r5b19d80 re04b72d6 74 74 size_t missed_clock_ticks; 75 75 76 /** Can only be accessed when interrupts are disabled. */ 77 uint64_t current_clock_tick; 78 76 79 /** 77 80 * Processor cycle accounting.
Note:
See TracChangeset
for help on using the changeset viewer.