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)
committerChanho Park <chanho61.park@samsung.com>
Thu, 20 Mar 2014 08:44:13 +0000 (17:44 +0900)
commiteff3299d001509c76f101bb1873556e4e40821b0
tree29cd5524ef7b9d31fbdf1d7078b98c16369b4dc4
parent660a1848c82edac2f558d2f6e9c1b4e8d781892a
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