From 8cdc937b332d4d2237adeb964cb10fe6b3d20f82 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Mon, 27 Feb 2023 14:06:07 -0500 Subject: [PATCH 52/52] mips: Make tlbdemo reserve memory earlier during boot --- sys/mips/mips/tlbdemo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/mips/mips/tlbdemo.c b/sys/mips/mips/tlbdemo.c index 7cb712e9651d..0827c7c3385b 100644 --- a/sys/mips/mips/tlbdemo.c +++ b/sys/mips/mips/tlbdemo.c @@ -183,7 +183,7 @@ tlbdemo_store(void *arg __unused) s->shmfd = shmfd; } } -SYSINIT(tlbdemo_store, SI_SUB_SYSV_SHM + 1, SI_ORDER_ANY, tlbdemo_store, +SYSINIT(tlbdemo_store, SI_SUB_INTRINSIC, SI_ORDER_ANY, tlbdemo_store, NULL); static int -- 2.41.0