Details
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 3212 Build 3245: arc lint + arc unit
Event Timeline
sys/dev/hyperv/vmbus/hv_hv.c | ||
---|---|---|
522 | I set the breakpoint in DDB to make sure it works. I believe acpi_cpu is earlier. |
sys/dev/hyperv/vmbus/hv_hv.c | ||
---|---|---|
522 | I added a log in hyperv_init() and acpi_cpu_startup(), see the last line in the two log chunks. ... I think you were adding the ddb brkptr to the MSR idle routing; the MSR version would be triggered before the ACPI cpu overrides, but it does not mean ACPI cpu takes over the idle hook earlier. |
This need more testing and some change in my private tree is dependency for this change.