Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/uvm/pmap Use "segmap" for uvm_wait message in pmap_segta...



details:   https://anonhg.NetBSD.org/src/rev/cfcadbe99883
branches:  trunk
changeset: 459742:cfcadbe99883
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Sep 23 18:20:07 2019 +0000

description:
Use "segmap" for uvm_wait message in pmap_segtab_alloc

diffstat:

 sys/uvm/pmap/pmap_segtab.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 4ac95cb8eefa -r cfcadbe99883 sys/uvm/pmap/pmap_segtab.c
--- a/sys/uvm/pmap/pmap_segtab.c        Mon Sep 23 18:17:03 2019 +0000
+++ b/sys/uvm/pmap/pmap_segtab.c        Mon Sep 23 18:20:07 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap_segtab.c,v 1.9 2019/09/18 18:29:58 skrll Exp $    */
+/*     $NetBSD: pmap_segtab.c,v 1.10 2019/09/23 18:20:07 skrll Exp $   */
 
 /*-
  * Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap_segtab.c,v 1.9 2019/09/18 18:29:58 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap_segtab.c,v 1.10 2019/09/23 18:20:07 skrll Exp $");
 
 /*
  *     Manages physical address maps.
@@ -299,7 +299,7 @@
                        /*
                         * XXX What else can we do?  Could we deadlock here?
                         */
-                       uvm_wait("pmap_create");
+                       uvm_wait("segtab");
                        goto again;
                }
                SEGTAB_ADD(npage, 1);



Home | Main Index | Thread Index | Old Index