linux-stable/tools/power
Ben Hutchings adb8049097 tools/power x86_energy_perf_policy: Fix "uninitialized variable" warnings at -O2
x86_energy_perf_policy first uses __get_cpuid() to check the maximum
CPUID level and exits if it is too low.  It then assumes that later
calls will succeed (which I think is architecturally guaranteed).  It
also assumes that CPUID works at all (which is not guaranteed on
x86_32).

If optimisations are enabled, gcc warns about potentially
uninitialized variables.  Fix this by adding an exit-on-error after
every call to __get_cpuid() instead of just checking the maximum
level.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Len Brown <len.brown@intel.com>
2019-08-31 14:48:24 -04:00
..
acpi Merge branches 'acpi-tables', 'acpi-osl', 'acpi-misc' and 'acpi-tools' 2019-07-08 11:02:22 +02:00
cpupower kbuild: create *.mod with full directory path and remove MODVERDIR 2019-07-18 02:19:31 +09:00
pm-graph Merge back earlier pm-tools material for v5.3. 2019-06-13 11:06:21 +02:00
x86 tools/power x86_energy_perf_policy: Fix "uninitialized variable" warnings at -O2 2019-08-31 14:48:24 -04:00