summaryrefslogtreecommitdiffstats
path: root/sys/uvm/uvm_fault.c
diff options
context:
space:
mode:
authorsmart <smart@openbsd.org>2001-03-22 03:05:54 +0000
committersmart <smart@openbsd.org>2001-03-22 03:05:54 +0000
commit4eac0bf0e0f01bf43354cfb8e32489c3ebdc4f5c (patch)
tree1cef77dc8c59c467a0a17b04a011baf92c5b658d /sys/uvm/uvm_fault.c
parentcontify usbdevs a little (diff)
downloadwireguard-openbsd-4eac0bf0e0f01bf43354cfb8e32489c3ebdc4f5c.tar.xz
wireguard-openbsd-4eac0bf0e0f01bf43354cfb8e32489c3ebdc4f5c.zip
Sync style, typo, and comments a little closer to NetBSD. art@ ok
Diffstat (limited to 'sys/uvm/uvm_fault.c')
-rw-r--r--sys/uvm/uvm_fault.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_fault.c b/sys/uvm/uvm_fault.c
index 4be4a10c3f7..cf8a9345b9e 100644
--- a/sys/uvm/uvm_fault.c
+++ b/sys/uvm/uvm_fault.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_fault.c,v 1.8 2001/03/09 14:20:51 art Exp $ */
+/* $OpenBSD: uvm_fault.c,v 1.9 2001/03/22 03:05:55 smart Exp $ */
/* $NetBSD: uvm_fault.c,v 1.35 1999/06/16 18:43:28 thorpej Exp $ */
/*
@@ -1775,7 +1775,7 @@ uvm_fault_unwire(map, start, end)
* the PAs from the pmap. we also lock out the page daemon so that
* we can call uvm_pageunwire.
*/
-
+
uvm_lock_pageq();
for (va = start; va < end ; va += PAGE_SIZE) {