提交 3a8ac4d3 编写于 作者: R Rafael J. Wysocki

Merge branch 'pm-cpuidle'

* pm-cpuidle:
  cpuidle: tegra: Annotate tegra_pm_set_cpu_in_lp2() with RCU_NONIDLE
...@@ -189,7 +189,7 @@ static int tegra_cpuidle_state_enter(struct cpuidle_device *dev, ...@@ -189,7 +189,7 @@ static int tegra_cpuidle_state_enter(struct cpuidle_device *dev,
} }
local_fiq_disable(); local_fiq_disable();
tegra_pm_set_cpu_in_lp2(); RCU_NONIDLE(tegra_pm_set_cpu_in_lp2());
cpu_pm_enter(); cpu_pm_enter();
switch (index) { switch (index) {
...@@ -207,7 +207,7 @@ static int tegra_cpuidle_state_enter(struct cpuidle_device *dev, ...@@ -207,7 +207,7 @@ static int tegra_cpuidle_state_enter(struct cpuidle_device *dev,
} }
cpu_pm_exit(); cpu_pm_exit();
tegra_pm_clear_cpu_in_lp2(); RCU_NONIDLE(tegra_pm_clear_cpu_in_lp2());
local_fiq_enable(); local_fiq_enable();
return err ?: index; return err ?: index;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册