]> git.baikalelectronics.ru Git - kernel.git/commit
cpuidle/pseries: Fix fallout caused due to cleanup in pseries cpuidle backend driver
authorPreeti U Murthy <preeti@linux.vnet.ibm.com>
Wed, 12 Feb 2014 04:48:45 +0000 (10:18 +0530)
committerIngo Molnar <mingo@kernel.org>
Wed, 12 Feb 2014 07:05:03 +0000 (08:05 +0100)
commit452eeb383e2f5a6fd3c640840ca65e2a6e2244af
treee586da15921b982f64446c60c55c13fad154813b
parent1fc9643632c689e512477744cfb0797fe5765fc1
cpuidle/pseries: Fix fallout caused due to cleanup in pseries cpuidle backend driver

Commit dd5663c98f56569 ("sched/idle, PPC: Remove redundant
cpuidle_idle_call()") reintroduced ppc64_runlatch_off/on() in the
pseries cpuidle backend driver. Hence the cleanup caused by the
commit "47664ed641ec2d82:pseries/cpuidle: Remove redundant call
to ppc64_runlatch_off() in cpu idle routines"  in conjuction
with the commit dd5663c98f56569 causes a build failure.

Signed-off-by: Preeti U Murthy <preeti@linux.vnet.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Nicolas Pitre <nicolas.pitre@linaro.org>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Link: http://lkml.kernel.org/r/52FAFD2D.2090306@linux.vnet.ibm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
drivers/cpuidle/cpuidle-pseries.c