diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2026-01-22 05:09:57 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2026-01-29 18:11:55 +0000 |
| commit | bab24f22ba4518e640d14765dbd196e7709e1f0e (patch) | |
| tree | a617c31f3ceafcf9ba5bd6a1c6f64ec094e56f8b /sys/riscv | |
| parent | ce38acee8d0bb35223b227479b9998c77b47f41b (diff) | |
Diffstat (limited to 'sys/riscv')
| -rw-r--r-- | sys/riscv/riscv/machdep.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/riscv/riscv/machdep.c b/sys/riscv/riscv/machdep.c index 235cc651b87e..b213e8812bc7 100644 --- a/sys/riscv/riscv/machdep.c +++ b/sys/riscv/riscv/machdep.c @@ -479,6 +479,8 @@ parse_metadata(void) /* Initialize preload_kmdp */ preload_initkmdp(true); + sched_instance_select(); + /* link_elf_ireloc(); */ /* Read the boot metadata */ boothowto = MD_FETCH(preload_kmdp, MODINFOMD_HOWTO, int); |
