Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/xen/xen Typo in a wchan string.
details: https://anonhg.NetBSD.org/src/rev/a8d93432a833
branches: trunk
changeset: 751505:a8d93432a833
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Sat Feb 06 03:06:42 2010 +0000
description:
Typo in a wchan string.
diffstat:
sys/arch/xen/xen/privcmd.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 6620a9ba8516 -r a8d93432a833 sys/arch/xen/xen/privcmd.c
--- a/sys/arch/xen/xen/privcmd.c Sat Feb 06 02:56:17 2010 +0000
+++ b/sys/arch/xen/xen/privcmd.c Sat Feb 06 03:06:42 2010 +0000
@@ -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) {
Home |
Main Index |
Thread Index |
Old Index