cpufreq:LAB: Replace NR_CPUS with num_possible_cpus() function
authorLukasz Majewski <l.majewski@samsung.com>
Tue, 4 Mar 2014 11:27:50 +0000 (12:27 +0100)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 15 May 2014 05:27:41 +0000 (07:27 +0200)
commit5ec2b390aa7f3b4743bacedb4ae977e894c1ea0d
treebe42a6d0ba4b75f2b233bda0503906a6c5fa1f99
parent39c16486c6aaeb46bf741938bf9f0be46cb271ab
cpufreq:LAB: Replace NR_CPUS with num_possible_cpus() function

The usage of NR_CPUS constant is deprecated, since this value can be the
maximal possible number of cores on a SMP machine.

The num_possible_cpus() represents the number of available cores on the
system.
This change has caused replacement of global tables by ones allocated with
kzalloc().

Change-Id: Ib0bfa27296740a91a25b1af0ece0e573a9756846
Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
drivers/cpufreq/cpufreq_lab.c