The branch stable/12 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=79bee465de342b82fa300293d04f155f2d6a6183
commit 79bee465de342b82fa300293d04f155f2d6a6183 Author: Konstantin Belousov <[email protected]> AuthorDate: 2019-05-17 17:11:01 +0000 Commit: Konstantin Belousov <[email protected]> CommitDate: 2021-02-19 12:47:36 +0000 Free microcode memory later. (cherry picked from commit 8f7f38457f940798c149ae40b73e0d20672812de) --- sys/x86/x86/ucode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/x86/x86/ucode.c b/sys/x86/x86/ucode.c index 93f82e37eb66..d8beeed68215 100644 --- a/sys/x86/x86/ucode.c +++ b/sys/x86/x86/ucode.c @@ -260,7 +260,7 @@ restart: goto restart; } } -SYSINIT(ucode_release, SI_SUB_KMEM + 1, SI_ORDER_ANY, ucode_release, NULL); +SYSINIT(ucode_release, SI_SUB_SMP + 1, SI_ORDER_ANY, ucode_release, NULL); void ucode_load_ap(int cpu) _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
