summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2012-06-27 03:45:25 +0000
committeralc <alc@FreeBSD.org>2012-06-27 03:45:25 +0000
commitc5e6daff9d76cdf85b52505450df8b30e70c238e (patch)
tree6e4d62a3871ea00945f2e5d0fc1b3aeed7240f1f /sys/i386
parentac802785353aeea633a835066d573014634093b0 (diff)
downloadFreeBSD-src-c5e6daff9d76cdf85b52505450df8b30e70c238e.zip
FreeBSD-src-c5e6daff9d76cdf85b52505450df8b30e70c238e.tar.gz
Add new pmap layer locks to the predefined lock order. Change the names
of a few existing VM locks to follow a consistent naming scheme.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/pmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c
index d02f00e..2929789 100644
--- a/sys/i386/i386/pmap.c
+++ b/sys/i386/i386/pmap.c
@@ -409,7 +409,7 @@ pmap_bootstrap(vm_paddr_t firstaddr)
/*
* Initialize the global pv list lock.
*/
- rw_init(&pvh_global_lock, "pvh global");
+ rw_init(&pvh_global_lock, "pmap pv global");
LIST_INIT(&allpmaps);
OpenPOWER on IntegriCloud