aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2018-05-11 16:41:19 +1000
committerStewart Smith <stewart@linux.ibm.com>2018-05-24 04:03:18 -0500
commit98ad450bd75e9ee7d39eccbc36df8bd83c7286f2 (patch)
tree60aa6f43dda003cc13d170e24ac28c10fab31f5f /core
parent49656a181133013d0b436db8052e23895ad4ff11 (diff)
downloadskiboot-98ad450bd75e9ee7d39eccbc36df8bd83c7286f2.zip
skiboot-98ad450bd75e9ee7d39eccbc36df8bd83c7286f2.tar.gz
skiboot-98ad450bd75e9ee7d39eccbc36df8bd83c7286f2.tar.bz2
cpu: Remove duplicate setting of LPCR
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'core')
-rw-r--r--core/cpu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/cpu.c b/core/cpu.c
index 0077103..455250c 100644
--- a/core/cpu.c
+++ b/core/cpu.c
@@ -401,7 +401,6 @@ static void cpu_idle_p9(enum cpu_wake_cause wake_on)
/* HV DBELL and DEC */
lpcr |= SPR_LPCR_P9_PECEL1 | SPR_LPCR_P9_PECEL3;
- mtspr(SPR_LPCR, lpcr);
}
mtspr(SPR_LPCR, lpcr);