Bug 84741
Summary: | power usage rises a lot after resume from ram when using maxcpus=X | ||
---|---|---|---|
Product: | ACPI | Reporter: | Arkadiusz Miskiewicz (arekm) |
Component: | BIOS | Assignee: | Lan Tianyu (tianyu.lan) |
Status: | CLOSED WILL_NOT_FIX | ||
Severity: | normal | CC: | alan, lenb, rui.zhang |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.17-rc5 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Arkadiusz Miskiewicz
2014-09-17 12:25:25 UTC
"all 8 cores are up" - by writting that I mean hardware is up/eating power but kernel still thinks these are offline etc. maxcpus= cmdline causes Linux to ignore those cpus both at boot-time, and at resume-time. In both cases, they are left in whatever state the BIOS leaves them in. Hopefully that is a low power state, but in this case, it seems the BIOS is not leaving them in a low power state on resume from suspend. Not immediately clear that it is Linux's job to fix this issue. |