Changeset 96d9823 in rtems for bsps/i386/pc386/start

Timestamp:
05/31/20 14:22:59 (4 years ago)
Author:
Jan Sommer <jan.sommer@…>
Branches:
5, master
Children:
4a8b135
Parents:
6369daf
git-author:
Jan Sommer <jan.sommer@…> (05/31/20 14:22:59)
git-committer:
Chris Johns <chrisj@…> (06/11/20 03:29:41)
Message:

bsp/pc386: Disable interrupt nesting for job handler

  • Fixes timeout for smpipi01 where:

+ Main thread sends perform jobs to worker cpu while it is already
performing jobs
+ Interrupt on worker cpu performs jobs, but with empty job list
+ Worker cpu continues to execut previous job and adds new job list
to itself, which is never performed, since the interrupt has already
been handled
+ Main thread blocks forever on barrier D

(No files)

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