diff options
author | 2018-07-12 10:16:41 +0000 | |
---|---|---|
committer | 2018-07-12 10:16:41 +0000 | |
commit | 9c292610793fb7651c08825a4eddae037ec46cd1 (patch) | |
tree | 45a2f38f6f0b75eab68df65181a33bf240e6513a /sys | |
parent | vmm(8)/vmm(4): send a copy of the guest register state to vmd on exit, (diff) | |
download | wireguard-openbsd-9c292610793fb7651c08825a4eddae037ec46cd1.tar.xz wireguard-openbsd-9c292610793fb7651c08825a4eddae037ec46cd1.zip |
zap a blank line
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/amd64/vmm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/vmm.c b/sys/arch/amd64/amd64/vmm.c index b9052f92a81..bbf88025f5b 100644 --- a/sys/arch/amd64/amd64/vmm.c +++ b/sys/arch/amd64/amd64/vmm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vmm.c,v 1.215 2018/07/12 10:15:44 mlarkin Exp $ */ +/* $OpenBSD: vmm.c,v 1.216 2018/07/12 10:16:41 mlarkin Exp $ */ /* * Copyright (c) 2014 Mike Larkin <mlarkin@openbsd.org> * @@ -4288,7 +4288,6 @@ vcpu_run_vmx(struct vcpu *vcpu, struct vm_run_params *vrp) } else ret = EINVAL; - #ifdef VMM_DEBUG KERNEL_ASSERT_LOCKED(); #endif /* VMM_DEBUG */ |