From 7c0465030c00950204701d6ef9d97741a4fe3688 Mon Sep 17 00:00:00 2001 From: Mike Larkin Date: Tue, 10 Jul 2018 09:04:23 +0000 Subject: vmm(4): remove a wrong comment --- sys/arch/amd64/amd64/vmm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch') 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 * @@ -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__); -- cgit v1.2.3