Changeset c954003 in rtems
- Timestamp:
- May 31, 2020, 2:22:56 PM (9 months ago)
- Branches:
- 5, master
- Children:
- 208cd6b
- Parents:
- 5d4a1edc
- git-author:
- Jan Sommer <jan.sommer@…> (05/31/20 14:22:56)
- git-committer:
- Chris Johns <chrisj@…> (06/11/20 03:29:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/i386/pc386/clock/ckinit.c
r5d4a1edc rc954003 74 74 _Processor_mask_Assign(&targets, _SMP_Get_online_processors()); \ 75 75 _Processor_mask_Clear(&targets, _SMP_Get_current_processor()); \ 76 _SMP_Multicast_action(&targets, Clock_isr, NULL); \76 _SMP_Multicast_action(&targets, rtems_timecounter_tick, NULL); \ 77 77 } while (0) 78 78 #endif
Note: See TracChangeset
for help on using the changeset viewer.