Changeset 85d6a760 in rtems for bsps/i386/pc386

Timestamp:
05/31/20 14:22:53 (4 years ago)
Author:
Jan Sommer <jan.sommer@…>
Branches:
5, master
Children:
8937f12
Parents:
f99b1f0
git-author:
Jan Sommer <jan.sommer@…> (05/31/20 14:22:53)
git-committer:
Chris Johns <chrisj@…> (06/11/20 03:28:55)
Message:

bsp/pc386: Update GDT to work for SMP

Create a GS segment in the GDT for each processor for storing TLS.
This makes the GDT in startAP.S obsolete as all processors now share the
same GDT, which is passed to each AP at startup.

The correct segment for each processor is calculated in cpu_asm.S.

Update #3335

(No files)

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