summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/cpuidle.c
diff options
context:
space:
mode:
authorPeter De Schrijver <pdeschrijver@nvidia.com>2012-07-23 17:03:38 +0300
committerSimone Willett <swillett@nvidia.com>2012-08-02 15:32:59 -0700
commit6815f8b3ca94241138f4f2dc43f63e1861b0a69c (patch)
tree2828ca72e3edac1fda0782aedab7a617e5e7c777 /arch/arm/mach-tegra/cpuidle.c
parentb6324ddb32c33a98434d2f318a7a1482b1f9c542 (diff)
ARM: tegra: remove trace_power_start calls
These calls are now done by the cpuidle framework in cpuidle_idle_call(). They would also need to be replaced by trace_power_start_rcuidle because otherwise the rcu_read_lock()s that protect the tracepoint will not be honored. Change-Id: I7115fc4e69a499ed9a056cbd13bfe9e19892ceba Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com> Reviewed-on: http://git-master/r/117692 Reviewed-by: Simone Willett <swillett@nvidia.com> Tested-by: Simone Willett <swillett@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/cpuidle.c')
-rw-r--r--arch/arm/mach-tegra/cpuidle.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/cpuidle.c b/arch/arm/mach-tegra/cpuidle.c
index 503444647a33..9178d65b02d0 100644
--- a/arch/arm/mach-tegra/cpuidle.c
+++ b/arch/arm/mach-tegra/cpuidle.c
@@ -71,8 +71,6 @@ static int tegra_idle_enter_lp3(struct cpuidle_device *dev,
ktime_t enter, exit;
s64 us;
- trace_power_start(POWER_CSTATE, 1, dev->cpu);
-
local_irq_disable();
local_fiq_disable();