summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2017-06-06 10:12:58 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2017-06-06 10:12:58 +0000
commit25b3ef2c9984fe1bcecb82f242516c99f142be9c (patch)
tree7bef88bdc44ae3d096d2fe4017c233ee18d1212c
parentc384464d25f127a482d8ffc706c3af79a626f62a (diff)
Notes
-rw-r--r--sys/compat/linuxkpi/common/src/linux_idr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linuxkpi/common/src/linux_idr.c b/sys/compat/linuxkpi/common/src/linux_idr.c
index a6b5bd991f67..5bc26ed4f9ec 100644
--- a/sys/compat/linuxkpi/common/src/linux_idr.c
+++ b/sys/compat/linuxkpi/common/src/linux_idr.c
@@ -96,7 +96,7 @@ idr_preload_init(void *arg)
spin_lock_init(&lic->lock);
}
}
-SYSINIT(idr_preload_init, SI_SUB_LOCK, SI_ORDER_FIRST, idr_preload_init, NULL);
+SYSINIT(idr_preload_init, SI_SUB_CPU, SI_ORDER_ANY, idr_preload_init, NULL);
static void
idr_preload_uninit(void *arg)