]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
x86/xen: further PVHv1 removal cleanup
authorRoger Pau Monné <royger@FreeBSD.org>
Tue, 18 May 2021 08:43:19 +0000 (10:43 +0200)
committerRoger Pau Monné <royger@FreeBSD.org>
Tue, 18 May 2021 08:43:31 +0000 (10:43 +0200)
commit9e14ac116e70722b7fcc803736184535295b165d
tree0ce5d951ecfc6f66da6fd5c0c575143ab6951396
parentc232fd4b4191a722f8c3193ef1e7c6efd8385182
x86/xen: further PVHv1 removal cleanup

The AP startup extern variable declarations are not longer needed,
since PVHv2 uses the native AP startup path using the lapic. Remove
the declaration and make the variables static to mp_machdep.c

Sponsored by: Citrix Systems R&D
sys/amd64/amd64/mp_machdep.c
sys/x86/xen/pv.c