Source-Changes-HG archive

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

[src/trunk]: src/sys/uvm Use a more descriptive wait message for VM map locks.



details:   https://anonhg.NetBSD.org/src/rev/5380a972090a
branches:  trunk
changeset: 473678:5380a972090a
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jun 14 22:05:23 1999 +0000

description:
Use a more descriptive wait message for VM map locks.

diffstat:

 sys/uvm/uvm_map_i.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f32950749306 -r 5380a972090a sys/uvm/uvm_map_i.h
--- a/sys/uvm/uvm_map_i.h       Mon Jun 14 17:09:57 1999 +0000
+++ b/sys/uvm/uvm_map_i.h       Mon Jun 14 22:05:23 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_map_i.h,v 1.14 1999/06/04 23:38:42 thorpej Exp $   */
+/*     $NetBSD: uvm_map_i.h,v 1.15 1999/06/14 22:05:23 thorpej Exp $   */
 
 /* 
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -125,7 +125,7 @@
        map->first_free = &map->header;
        map->hint = &map->header;
        map->timestamp = 0;
-       lockinit(&map->lock, PVM, "thrd_sleep", 0, 0);
+       lockinit(&map->lock, PVM, "vmmaplk", 0, 0);
        simple_lock_init(&map->ref_lock);
        simple_lock_init(&map->hint_lock);
 



Home | Main Index | Thread Index | Old Index