Changeset b993111 in rtems

Timestamp:
02/10/23 09:52:02 (15 months ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
0328a82
Parents:
519e288
git-author:
Sebastian Huber <sebastian.huber@…> (02/10/23 09:52:02)
git-committer:
Sebastian Huber <sebastian.huber@…> (02/10/23 15:15:52)
Message:

bsp/leon3: Move SMP data to start.S

The LEON3_Boot_Cpu global object is only used by start.S. Move the definition
of this object to start.S and use a local symbol .Lbootcpuindex for it.

Use a compare-and-swap instruction to assign the boot CPU. This allows a
concurrent initialization.

Close #4845.

(No files)

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