diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2018-07-10 09:04:23 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2018-07-10 09:04:23 +0000 |
commit | 7c0465030c00950204701d6ef9d97741a4fe3688 (patch) | |
tree | 14866fae3bcf829c181a54a74763890b53946f05 /sys/arch | |
parent | 8834e99c601bb6af3a48dc3ea196bd82fdd5fad0 (diff) |
vmm(4): remove a wrong comment
Diffstat (limited to 'sys/arch')
-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 8963b27d589..6cbad01f200 100644 --- a/sys/arch/amd64/amd64/vmm.c +++ b/sys/arch/amd64/amd64/vmm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vmm.c,v 1.209 2018/07/09 22:07:14 mlarkin Exp $ */ +/* $OpenBSD: vmm.c,v 1.210 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__); |