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)
Fri, Apr 19, 10:40 AM
Unknown Object (File)
Dec 2 2023, 5:55 PM
Unknown Object (File)
Sep 19 2023, 11:36 AM
Unknown Object (File)
Sep 7 2023, 1:49 PM
Unknown Object (File)
Sep 7 2023, 1:49 PM
Unknown Object (File)
Sep 1 2023, 11:09 PM
Unknown Object (File)
Jul 5 2023, 11:44 PM
Unknown Object (File)
Jun 28 2023, 6:27 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

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.