]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
xen-locore: fix size in GDT descriptor
authorRoger Pau Monné <royger@FreeBSD.org>
Tue, 26 May 2020 10:24:06 +0000 (10:24 +0000)
committerRoger Pau Monné <royger@FreeBSD.org>
Tue, 26 May 2020 10:24:06 +0000 (10:24 +0000)
commitf44b6537566cf0cd65a322550ef2aace2931d926
treeba278907a9b109fcdbc922fb01e5aa5440208c50
parent4f3c0f3d1e30e2f955aec464459a22505aa403d9
xen-locore: fix size in GDT descriptor

There was an off-by-one in the GDT descriptor size field used by the
early Xen boot code. The GDT descriptor size should be the size of the
GDT minus one. No functional change expected as a result of this
change.

Sponsored by: Citrix Systems R&D
sys/amd64/amd64/xen-locore.S