APs enter the kernel at the same point as the BSP, the _start routine.
They then jump to mpentry, but not before storing the kernel's physical
load address in the s9 register. Extract this calculation into its own
routine, so that APs can be instructed to enter directly from mpentry.
Details
Details
- Reviewers
jrtc27 br - Group Reviewers
riscv - Commits
- rS360551: Make mpentry independent of _start
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 30601 Build 28341: arc lint + arc unit