Bug 11292
Summary: | CPU core stops receiving interrupts after resuming from suspend | ||
---|---|---|---|
Product: | ACPI | Reporter: | Michael Brennan (brennan.brisad) |
Component: | Power-Sleep-Wake | Assignee: | acpi_power-sleep-wake |
Status: | CLOSED INVALID | ||
Severity: | normal | CC: | bunk |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 7216 | ||
Attachments: |
acpidump
dmesg when suspending to disk lspci -vv |
Description
Michael Brennan
2008-08-09 08:10:56 UTC
Created attachment 17152 [details]
acpidump
Created attachment 17153 [details]
dmesg when suspending to disk
Created attachment 17154 [details]
lspci -vv
can you manually move one interrupt to cpu1? like: echo "2" > /proc/irq/14/smp_affinity if you can see the interrupt increment in irq 14, then this isn't a bug. I had it in mind that this might not been a bug, but it seemed strange to get this change after a resume. Moving the interrupt to cpu1 worked, so sorry for sending in a bogus report. |