artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30cae0e
)
vmm(4): remove a wrong comment
author
mlarkin
<mlarkin@openbsd.org>
Tue, 10 Jul 2018 09:04:22 +0000
(09:04 +0000)
committer
mlarkin
<mlarkin@openbsd.org>
Tue, 10 Jul 2018 09:04:22 +0000
(09:04 +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
8963b27
..
6cbad01
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.2
09 2018/07/09 22:07:14
mlarkin Exp $ */
+/* $OpenBSD: vmm.c,v 1.2
10 2018/07/10 09:04:22
mlarkin Exp $ */
/*
* Copyright (c) 2014 Mike Larkin <mlarkin@openbsd.org>
*
@@
-1176,7
+1176,6
@@
vm_impl_init_vmx(struct vm *vm, struct proc *p)
}
}
- /* Convert the low 512GB of the pmap to EPT */
ret = pmap_convert(pmap, PMAP_TYPE_EPT);
if (ret) {
printf("%s: pmap_convert failed\n", __func__);