K 10 svn:author V 6 mhorne K 8 svn:date V 27 2020-05-01T21:52:29.513242Z K 7 svn:log V 380 Make mpentry independent of _start 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. Differential Revision: https://reviews.freebsd.org/D24495 END