diff options
Diffstat (limited to 'sys/kern/kern_mutex.c')
-rw-r--r-- | sys/kern/kern_mutex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/kern_mutex.c b/sys/kern/kern_mutex.c index f8d3e9e..bc335c5 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 }; |