From a5d5c61c12d76d481f70782ed469465a62ea80e3 Mon Sep 17 00:00:00 2001 From: Jake Burkholder Date: Sun, 26 Nov 2000 15:05:46 +0000 Subject: [PATCH] Add uidinfo hash and uidinfo struct to the witness order list. --- sys/kern/kern_mutex.c | 1 + sys/kern/subr_turnstile.c | 1 + sys/kern/subr_witness.c | 1 + 3 files changed, 3 insertions(+) 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 };