git: 79bee465de34 - stable/12 - Free microcode memory later.

Konstantin Belousov kib at FreeBSD.org
Fri Feb 19 20:56:53 UTC 2021


The branch stable/12 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=79bee465de342b82fa300293d04f155f2d6a6183

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


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