diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2021-11-02 18:06:47 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2022-02-10 20:55:29 +0000 |
| commit | 00bc7bbde50fb69c4acec94b81232d92c6f96827 (patch) | |
| tree | badb47d1a2bc9594f763dda7ff5fe346c142f31a /sys/mips | |
| parent | bf2a85f4e304aa6223ab007231e71b707320600e (diff) | |
Diffstat (limited to 'sys/mips')
| -rw-r--r-- | sys/mips/mips/mp_machdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/mips/mips/mp_machdep.c b/sys/mips/mips/mp_machdep.c index 1a5a023db381..dc089db1d189 100644 --- a/sys/mips/mips/mp_machdep.c +++ b/sys/mips/mips/mp_machdep.c @@ -311,6 +311,7 @@ smp_init_secondary(u_int32_t cpuid) /* Initialize curthread. */ KASSERT(PCPU_GET(idlethread) != NULL, ("no idle thread")); PCPU_SET(curthread, PCPU_GET(idlethread)); + schedinit_ap(); mtx_lock_spin(&ap_boot_mtx); |
