aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Burkholder <jake@FreeBSD.org>2000-11-26 15:05:46 +0000
committerJake Burkholder <jake@FreeBSD.org>2000-11-26 15:05:46 +0000
commita5d5c61c12d76d481f70782ed469465a62ea80e3 (patch)
tree5addc785a355073f052801b12fd47b597a38f797
parent9528be94e81c2fe9b3312c78a52c061b4de202cf (diff)
Notes
-rw-r--r--sys/kern/kern_mutex.c1
-rw-r--r--sys/kern/subr_turnstile.c1
-rw-r--r--sys/kern/subr_witness.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/kern/kern_mutex.c b/sys/kern/kern_mutex.c
index f8d3e9e0d40e..bc335c558a5f 100644
--- a/sys/kern/kern_mutex.c
+++ b/sys/kern/kern_mutex.c
@@ -711,6 +711,7 @@ static char *spin_order_list[] = {
};
static char *order_list[] = {
+ "uidinfo hash", "uidinfo struct", NULL,
NULL
};
diff --git a/sys/kern/subr_turnstile.c b/sys/kern/subr_turnstile.c
index f8d3e9e0d40e..bc335c558a5f 100644
--- a/sys/kern/subr_turnstile.c
+++ b/sys/kern/subr_turnstile.c
@@ -711,6 +711,7 @@ static char *spin_order_list[] = {
};
static char *order_list[] = {
+ "uidinfo hash", "uidinfo struct", NULL,
NULL
};
diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c
index f8d3e9e0d40e..bc335c558a5f 100644
--- a/sys/kern/subr_witness.c
+++ b/sys/kern/subr_witness.c
@@ -711,6 +711,7 @@ static char *spin_order_list[] = {
};
static char *order_list[] = {
+ "uidinfo hash", "uidinfo struct", NULL,
NULL
};