Bug 9704
Summary: | ACPI: processor throttling set error | ||
---|---|---|---|
Product: | ACPI | Reporter: | Yi Yang (yi.y.yang) |
Component: | Config-Processors | Assignee: | acpi_config-processors |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | acpi-bugzilla, bunk, yi.y.yang |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2,6.24-rc6 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | This patch fixed this bug. |
Description
Yi Yang
2008-01-06 23:36:52 UTC
Created attachment 14319 [details]
This patch fixed this bug.
This patch fixed the aforementioned issue, it also enables
/proc/acpi/processor/*/throttling to accept such values as 't0' and 'T0',
it also strictly limits /proc/acpi/processor/*/throttling only to accept
"*", "t*" and "T*", "*" is the throttling state value the processor can
support, current, it is 0 - 7.
patch in comment #1 applied to acpi-test in Linus' tree as commit 3d532d5e3882c1387a2722df2a368c4a9224b12f |