Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108618699
D31242.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
494 B
Referenced Files
None
Subscribers
None
D31242.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 27, 10:25 PM (8 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16216869
Default Alt Text
D31242.diff (494 B)
Attached To
Mode
D31242: arm64: Print CPU features slightly earlier
Attached
Detach File
Event Timeline
Log In to Comment