Module Name: src
Committed By: uebayasi
Date: Sat Feb 6 03:06:42 UTC 2010
Modified Files:
src/sys/arch/xen/xen: privcmd.c
Log Message:
Typo in a wchan string.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/xen/xen/privcmd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/xen/xen/privcmd.c
diff -u src/sys/arch/xen/xen/privcmd.c:1.40 src/sys/arch/xen/xen/privcmd.c:1.41
--- src/sys/arch/xen/xen/privcmd.c:1.40 Sat Jan 23 18:26:37 2010
+++ src/sys/arch/xen/xen/privcmd.c Sat Feb 6 03:06:42 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: privcmd.c,v 1.40 2010/01/23 18:26:37 bouyer Exp $ */
+/* $NetBSD: privcmd.c,v 1.41 2010/02/06 03:06:42 uebayasi Exp $ */
/*-
* Copyright (c) 2004 Christian Limpach.
@@ -27,7 +27,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: privcmd.c,v 1.40 2010/01/23 18:26:37 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: privcmd.c,v 1.41 2010/02/06 03:06:42 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -513,7 +513,7 @@
uvmfault_unlockall(ufi, ufi->entry->aref.ar_amap,
uobj, NULL);
pmap_update(ufi->orig_map->pmap);
- uvm_wait("udv_fault");
+ uvm_wait("privpgop_fault");
return (ERESTART);
}
if (error) {