[Skiboot] [PATCH 1/3] cpu: Remove duplicate setting of LPCR
Benjamin Herrenschmidt
benh at kernel.crashing.org
Fri May 11 16:41:19 AEST 2018
Signed-off-by: Benjamin Herrenschmidt <benh at kernel.crashing.org>
---
core/cpu.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/core/cpu.c b/core/cpu.c
index 13c0ff9d..0a1d58f2 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);
--
2.17.0
More information about the Skiboot
mailing list