Don't spindown the BSP if it executes hlt with the APIC disabled. A
authorjhb <jhb@FreeBSD.org>
Tue, 15 Apr 2014 20:53:53 +0000 (20:53 +0000)
committerjhb <jhb@FreeBSD.org>
Tue, 15 Apr 2014 20:53:53 +0000 (20:53 +0000)
commit03a8cfa7d96a094ff8e6eda2cf42f8a486264c7c
tree444fa56e10c31cd07ee36819532681a62bc2fcbb
parent2dd1becd9b3a2dbf6aacead097789f24018a5f20
Don't spindown the BSP if it executes hlt with the APIC disabled.  A
guest that doesn't use the APIC at all can trigger this, plus the BSP
always needs to execute as it should trigger a reset, etc.

Reviewed by: tychon
sys/amd64/vmm/vmm.c