Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F135665712
D53685.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
520 B
Referenced Files
None
Subscribers
None
D53685.id.diff
View Options
diff --git a/sys/arm64/arm64/mp_machdep.c b/sys/arm64/arm64/mp_machdep.c
--- a/sys/arm64/arm64/mp_machdep.c
+++ b/sys/arm64/arm64/mp_machdep.c
@@ -267,6 +267,8 @@
install_cpu_errata();
enable_cpu_feat(CPU_FEAT_AFTER_DEV);
+ intr_pic_init_secondary();
+
/* Signal we are done */
atomic_add_int(&aps_started, 1);
@@ -285,8 +287,6 @@
("pmap0 doesn't match cpu %ld's ttbr0", cpu));
pcpup->pc_curpmap = pmap0;
- intr_pic_init_secondary();
-
/* Start per-CPU event timers. */
cpu_initclocks_ap();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 12, 5:46 PM (48 m, 1 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25209198
Default Alt Text
D53685.id.diff (520 B)
Attached To
Mode
D53685: arm64: Move intr_pic_init_secondary earlier
Attached
Detach File
Event Timeline
Log In to Comment