Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.5:Update
xen.22544
5d8b715f-ACPI-cpuidle-bump-max-num-of-states.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 5d8b715f-ACPI-cpuidle-bump-max-num-of-states.patch of Package xen.22544
# Commit ff22a91b4c45f9310d0ec0d7ee070d84a373dd87 # Date 2019-09-25 15:53:35 +0200 # Author Jan Beulich <jbeulich@suse.com> # Committer Jan Beulich <jbeulich@suse.com> ACPI/cpuidle: bump maximum number of power states we support Commit 4c6cd64519 ("mwait_idle: Skylake Client Support") added a table with 8 entries, which - together with C0 - rendered the current limit too low. It should have been accompanied by an increase of the constant; do this now. Don't bump by too much though, as there are a number of on- stack arrays which are dimensioned by this constant. Signed-off-by: Jan Beulich <jbeulich@suse.com> Reviewed-by: Wei Liu <wl@xen.org> --- a/xen/include/xen/cpuidle.h +++ b/xen/include/xen/cpuidle.h @@ -29,7 +29,7 @@ #include <xen/cpumask.h> #include <xen/spinlock.h> -#define ACPI_PROCESSOR_MAX_POWER 8 +#define ACPI_PROCESSOR_MAX_POWER 12 #define CPUIDLE_NAME_LEN 16 #define ACPI_CSTATE_EM_NONE 0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor