Page MenuHomeFreeBSD

Make mpentry independent of _start
ClosedPublic

Authored by mhorne on Apr 19 2020, 2:13 AM.
Tags
None
Referenced Files
F118080523: D24495.id.diff
Sun, May 25, 5:41 PM
Unknown Object (File)
Mon, May 19, 7:10 AM
Unknown Object (File)
Wed, May 7, 8:46 AM
Unknown Object (File)
Sun, Apr 27, 6:55 AM
Unknown Object (File)
Sat, Apr 26, 6:00 PM
Unknown Object (File)
Apr 11 2025, 12:07 AM
Unknown Object (File)
Apr 10 2025, 12:04 AM
Unknown Object (File)
Mar 26 2025, 3:38 PM
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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.