artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc0c12f
)
typo in comment
author
mlarkin
<mlarkin@openbsd.org>
Sun, 28 May 2017 20:20:00 +0000
(20:20 +0000)
committer
mlarkin
<mlarkin@openbsd.org>
Sun, 28 May 2017 20:20:00 +0000
(20:20 +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
6b947de
..
0ad7e4c
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.14
4 2017/05/27 02:27:48
mlarkin Exp $ */
+/* $OpenBSD: vmm.c,v 1.14
5 2017/05/28 20:20:00
mlarkin Exp $ */
/*
* Copyright (c) 2014 Mike Larkin <mlarkin@openbsd.org>
*
@@
-925,7
+925,7
@@
stop_vmm_on_cpu(struct cpu_info *ci)
}
/*
- * vm_create_check_mem_ranges
:
+ * vm_create_check_mem_ranges
*
* Make sure that the guest physical memory ranges given by the user process
* do not overlap and are in ascending order.