Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143369994
D39302.id119570.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
640 B
Referenced Files
None
Subscribers
None
D39302.id119570.diff
View Options
diff --git a/sys/amd64/acpica/acpi_wakeup.c b/sys/amd64/acpica/acpi_wakeup.c
--- a/sys/amd64/acpica/acpi_wakeup.c
+++ b/sys/amd64/acpica/acpi_wakeup.c
@@ -298,15 +298,16 @@
*/
identify_cpu_ext_features();
hw_ibrs_recalculate(true);
- hw_ssb_recalculate(true);
amd64_syscall_ret_flush_l1d_recalc();
- x86_rngds_mitg_recalculate(true);
mca_resume();
if (vmm_resume_p != NULL)
vmm_resume_p();
intr_resume(/*suspend_cancelled*/false);
+ hw_ssb_recalculate(true);
+ x86_rngds_mitg_recalculate(true);
+
AcpiSetFirmwareWakingVector(0, 0);
} else {
/* Wakeup MD procedures in interrupt enabled context */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 30, 12:48 PM (16 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28101028
Default Alt Text
D39302.id119570.diff (640 B)
Attached To
Mode
D39302: amd64 wakeup: recalculate ssb/rngds mitigations after APICs are woken
Attached
Detach File
Event Timeline
Log In to Comment