[CPUFREQ] Don't break on FFFFFFFF'd frequencies.
Some BIOSes export invalid _PSS entries where all bits are set to one. While this is totally contrary to the ACPI specification, BIOS vendors try to tell userspace that these entries should not be considered or used. In order to not fail on such entries, the speedstep-centrino already contains a method to ignore these things. However, due to a wrong ordering of checks the driver aborts nonetheless. So move some checks around. Signed-off-by:Dominik Brodowski <linux@brodo.de> Signed-off-by:
Dave Jones <davej@redhat.com>
Showing
Please register or sign in to comment