Changeset 4760793 in mainline for kernel/arch/mips32/src/interrupt.c
- Timestamp:
- 2024-01-14T18:23:40Z (17 months ago)
- Branches:
- master
- Children:
- 5663872, c7ceacf
- Parents:
- 3b68542
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/interrupt.c
r3b68542 r4760793 121 121 while (drift > cp0_compare_value) { 122 122 drift -= cp0_compare_value; 123 CPU ->missed_clock_ticks++;123 CPU_LOCAL->missed_clock_ticks++; 124 124 } 125 125
Note:
See TracChangeset
for help on using the changeset viewer.