aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/vmm.h
diff options
context:
space:
mode:
authorTycho Nightingale <tychon@FreeBSD.org>2018-03-07 18:03:22 +0000
committerTycho Nightingale <tychon@FreeBSD.org>2018-03-07 18:03:22 +0000
commit490768e24ab73c8e4ac0c3dc01d3d43028fee0c4 (patch)
treedddfc4af2f03e33bcb57db71fcc95a7bb6b425ac /sys/amd64/include/vmm.h
parent28f52545ae10bf5332fdf82e7a34d7fedffcd22f (diff)
downloadsrc-490768e24ab73c8e4ac0c3dc01d3d43028fee0c4.tar.gz
src-490768e24ab73c8e4ac0c3dc01d3d43028fee0c4.zip
Fix a lock recursion introduced in r327065.
Reported by: kmacy Reviewed by: grehan, jhb Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D14548
Notes
Notes: svn path=/head/; revision=330615
Diffstat (limited to 'sys/amd64/include/vmm.h')
-rw-r--r--sys/amd64/include/vmm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/include/vmm.h b/sys/amd64/include/vmm.h
index bc8fdfd34cd2..9d8fa6a4750b 100644
--- a/sys/amd64/include/vmm.h
+++ b/sys/amd64/include/vmm.h
@@ -636,6 +636,7 @@ struct vm_exit {
} spinup_ap;
struct {
uint64_t rflags;
+ uint64_t intr_status;
} hlt;
struct {
int vector;