artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02ee787
)
zap a blank line
author
mlarkin
<mlarkin@openbsd.org>
Thu, 12 Jul 2018 10:16:41 +0000
(10:16 +0000)
committer
mlarkin
<mlarkin@openbsd.org>
Thu, 12 Jul 2018 10:16:41 +0000
(10:16 +0000)
sys/arch/amd64/amd64/vmm.c
patch
|
blob
|
history
diff --git
a/sys/arch/amd64/amd64/vmm.c
b/sys/arch/amd64/amd64/vmm.c
index
b9052f9
..
bbf8802
100644
(file)
--- a/
sys/arch/amd64/amd64/vmm.c
+++ b/
sys/arch/amd64/amd64/vmm.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: vmm.c,v 1.21
5 2018/07/12 10:15:44
mlarkin Exp $ */
+/* $OpenBSD: vmm.c,v 1.21
6 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 */