aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/vmm/arm64.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm64/vmm/arm64.h')
-rw-r--r--sys/arm64/vmm/arm64.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm64/vmm/arm64.h b/sys/arm64/vmm/arm64.h
index 334b795832a3..f9b74aef7188 100644
--- a/sys/arm64/vmm/arm64.h
+++ b/sys/arm64/vmm/arm64.h
@@ -119,6 +119,7 @@ struct hypctx {
struct vgic_v3_regs vgic_v3_regs;
struct vgic_v3_cpu *vgic_cpu;
bool has_exception;
+ bool dbg_oslock;
};
struct hyp {