Changeset c954003 in rtems for bsps

Timestamp:
05/31/20 14:22:56 (4 years ago)
Author:
Jan Sommer <jan.sommer@…>
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)
Message:

bsps/pc386: Fix Clock_isr for SMP

  • Do not forward Clock_isr through Clock_driver_support_at_tick as this

will cause every processor to send IPIs with Clock_isr therby creating
an infinie loop

  • Instead the processor handling the clock interrupt causes all other

processors to call rtems_timecounter_tick to update their tick count

(No files)

Note: See TracChangeset for help on using the changeset viewer.