APICs are needed to broadcast IPIs for MSR writes. PR: 270489 Tested by: dchagin
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/amd64/acpica/acpi_wakeup.c | ||
---|---|---|
300–301 | q just for curiosity: why to not move all of this below intr_resume? |
sys/amd64/acpica/acpi_wakeup.c | ||
---|---|---|
299–300 | It looks like this comment should move to before the identify_cpu_ext_features() call above. |
sys/amd64/acpica/acpi_wakeup.c | ||
---|---|---|
300–301 | I tried to be conservative and recalculate as much as possible right after identify_cpu(). |