Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F136995261
D23328.id67206.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
540 B
Referenced Files
None
Subscribers
None
D23328.id67206.diff
View Options
Index: head/sys/arm64/arm64/mp_machdep.c
===================================================================
--- head/sys/arm64/arm64/mp_machdep.c
+++ head/sys/arm64/arm64/mp_machdep.c
@@ -240,18 +240,12 @@
dbg_init();
pan_enable();
- /* Enable interrupts */
- intr_enable();
-
mtx_lock_spin(&ap_boot_mtx);
-
atomic_add_rel_32(&smp_cpus, 1);
-
if (smp_cpus == mp_ncpus) {
/* enable IPI's, tlb shootdown, freezes etc */
atomic_store_rel_int(&smp_started, 1);
}
-
mtx_unlock_spin(&ap_boot_mtx);
kcsan_cpu_init(cpu);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 21, 10:53 PM (9 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25819889
Default Alt Text
D23328.id67206.diff (540 B)
Attached To
Mode
D23328: Don't enable interrupts in init_secondary().
Attached
Detach File
Event Timeline
Log In to Comment