git: 0f1ee1523649 - releng/12.2 - Free microcode memory later.

Mark Johnston markj at FreeBSD.org
Wed Feb 24 01:42:08 UTC 2021


The branch releng/12.2 has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=0f1ee1523649b745535f14988880eea239c2af3f

commit 0f1ee1523649b745535f14988880eea239c2af3f
Author:     Konstantin Belousov <kib at FreeBSD.org>
AuthorDate: 2019-05-17 17:11:01 +0000
Commit:     Mark Johnston <markj at FreeBSD.org>
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)


More information about the dev-commits-src-branches mailing list