Page MenuHomeFreeBSD

D31242.diff
No OneTemporary

D31242.diff

diff --git a/sys/arm64/arm64/identcpu.c b/sys/arm64/arm64/identcpu.c
--- a/sys/arm64/arm64/identcpu.c
+++ b/sys/arm64/arm64/identcpu.c
@@ -1316,7 +1316,8 @@
CPU_FOREACH(cpu)
print_cpu_features(cpu);
}
-SYSINIT(cpu_features, SI_SUB_SMP, SI_ORDER_ANY, cpu_features_sysinit, NULL);
+/* Log features before APs are released and start printing to the dmesg. */
+SYSINIT(cpu_features, SI_SUB_SMP - 1, SI_ORDER_ANY, cpu_features_sysinit, NULL);
static u_long
parse_cpu_features_hwcap(void)

File Metadata

Mime Type
text/plain
Expires
Tue, Sep 24, 4:23 AM (21 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
12607395
Default Alt Text
D31242.diff (494 B)

Event Timeline