]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00160397: Fix build break caused by DVFS-CORE driver
authorRanjani Vaidyanathan <ra5478@freescale.com>
Wed, 19 Oct 2011 22:38:37 +0000 (17:38 -0500)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:09:45 +0000 (14:09 +0200)
commitae1ba5466b9a3fc4262db2bea145971e08057ee0
tree2f034090ff636db29f5ed53546e96f2fcb825610
parent32eac995a923b90112e959ce54f77f07f8de7236
ENGR00160397: Fix build break caused by DVFS-CORE driver

loops_per_jiffy is a global variable for non-smp platforms.
For SMP platforms, loops_per_jiffy is a per_cpu variable.
Fix dvfs_core to adjust loops_per_jiffy for both configurations.

Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
arch/arm/plat-mxc/dvfs_core.c