Page MenuHomeFreeBSD

Make mpentry independent of _start
ClosedPublic

Authored by mhorne on Apr 19 2020, 2:13 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 3, 9:20 AM
Unknown Object (File)
Sat, May 31, 10:02 AM
Unknown Object (File)
Sun, May 25, 5:41 PM
Unknown Object (File)
Mon, May 19, 7:10 AM
Unknown Object (File)
May 7 2025, 8:46 AM
Unknown Object (File)
Apr 27 2025, 6:55 AM
Unknown Object (File)
Apr 26 2025, 6:00 PM
Unknown Object (File)
Apr 11 2025, 12:07 AM
Subscribers

Details

Summary

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.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 30601
Build 28341: arc lint + arc unit

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.May 1 2020, 9:52 PM
This revision was automatically updated to reflect the committed changes.