powernow: don't read never initialized structure member
authorJan Beulich <jbeulich@suse.com>
Mon, 7 Nov 2011 09:26:23 +0000 (10:26 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 7 Nov 2011 09:26:23 +0000 (10:26 +0100)
commit7b3b6e264807698febcd202921ee68764243a93a
tree3808ead491f1704cfd38064be1b34b71c375f058
parent31b39b17c8cc6cbd7936f72a4c250db370c5743e
powernow: don't read never initialized structure member

c/s 20361:51b031b0737e removed the writing of struct
processor_performance's shared_cpu_map member, but the powernow driver
still has code to read it (though presumably that code path can't be
taken on actual hardware supported by the powernow driver). Remove the
use of the field along with the field itself.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/acpi/cpufreq/powernow.c
xen/include/acpi/cpufreq/processor_perf.h