Files
linux/kernel
Amit Pundir 1b1c8d6849 sched: cpufreq: update power usage only if cpufreq_stat is enabled
Call acct_update_power() to track power usage of task only if
CONFIG_CPU_FREQ_STAT is enabled, otherwise we run into
following build failure:
---------------
kernel/built-in.o: In function `account_user_time':
kernel/sched/cputime.c:155: undefined reference to `acct_update_power'
kernel/built-in.o: In function `__account_system_time':
kernel/sched/cputime.c:208: undefined reference to `acct_update_power'
make: *** [vmlinux] Error 1
---------------

Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2015-06-04 23:57:26 +05:30
..
2015-01-13 13:52:49 -08:00
2013-04-22 07:09:06 -07:00
2012-05-31 17:49:27 -07:00
2013-07-01 13:40:30 -07:00
2012-03-28 18:30:03 +01:00
2013-04-15 13:25:16 +02:00
2012-12-20 17:40:19 -08:00
2012-05-29 23:28:41 -04:00
2013-07-01 13:34:57 -07:00
2013-05-05 00:16:35 -04:00
2013-04-30 17:04:03 -07:00
2014-10-07 16:42:32 -07:00
2013-09-19 13:53:19 -05:00