Page MenuHomeFreeBSD

D31242.id92509.diff
No OneTemporary

D31242.id92509.diff

Index: sys/arm64/arm64/identcpu.c
===================================================================
--- sys/arm64/arm64/identcpu.c
+++ 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
Thu, Sep 10, 5:49 PM (5 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38659327
Default Alt Text
D31242.id92509.diff (522 B)

Event Timeline