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
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 12:14:52 -0700
commit2a3ffb923212b3496d37c4274e27568d67f8c5e6 (patch)
tree8d47a3e10c6ca49640c9c81e01b87452b85ce970 /arch/arm/mach-tegra/cpuidle.c
parente780103d0ad125d6c0a3c8534bbea4adf8179a57 (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> Rebase-Id: R828c0bf576d488ebdab75081d3797a7fd4cdc7d6
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 fcae16cde2a5..03e553374eee 100644
--- a/arch/arm/mach-tegra/cpuidle.c
+++ b/arch/arm/mach-tegra/cpuidle.c
@@ -70,8 +70,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();