Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157138964
D18738.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
578 B
Referenced Files
None
Subscribers
None
D18738.diff
View Options
Index: head/sys/riscv/riscv/mp_machdep.c
===================================================================
--- head/sys/riscv/riscv/mp_machdep.c
+++ head/sys/riscv/riscv/mp_machdep.c
@@ -227,7 +227,6 @@
__asm __volatile("mv gp, %0" :: "r"(pcpup));
/* Workaround: make sure wfi doesn't halt the hart */
- intr_disable();
csr_set(sie, SIE_SSIE);
csr_set(sip, SIE_SSIE);
@@ -252,9 +251,6 @@
/* Start per-CPU event timers. */
cpu_initclocks_ap();
-
- /* Enable interrupts */
- intr_enable();
/* Enable external (PLIC) interrupts */
csr_set(sie, SIE_SEIE);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 19, 5:18 PM (3 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33322112
Default Alt Text
D18738.diff (578 B)
Attached To
Mode
D18738: Don't enable interrupts in init_secondary().
Attached
Detach File
Event Timeline
Log In to Comment