The branch releng/12.2 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=0f1ee1523649b745535f14988880eea239c2af3f
commit 0f1ee1523649b745535f14988880eea239c2af3f Author: Konstantin Belousov <[email protected]> AuthorDate: 2019-05-17 17:11:01 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2021-02-24 01:42:00 +0000 Free microcode memory later. Approved by: so Security: FreeBSD-EN-21:06.microcode (cherry picked from commit 8f7f38457f940798c149ae40b73e0d20672812de) (cherry picked from commit 79bee465de342b82fa300293d04f155f2d6a6183) --- 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]"
