From: Nicholas Piggin Date: Wed, 26 May 2021 09:16:24 +0000 (+1000) Subject: spapr: Remove stale comment about power-saving LPCR bits X-Git-Tag: v6.1.0-rc0~88^2~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7be3bf6c8429969f97728bb712d9a99997835607;p=thirdparty%2Fqemu.git spapr: Remove stale comment about power-saving LPCR bits Commit 47a9b551547 ("spapr: Clean up handling of LPCR power-saving exit bits") moved this logic but did not remove the comment from the previous location. Signed-off-by: Nicholas Piggin Message-Id: <20210526091626.3388262-2-npiggin@gmail.com> Reviewed-by: Cédric Le Goater Reviewed-by: Greg Kurz Signed-off-by: David Gibson --- diff --git a/hw/ppc/spapr_rtas.c b/hw/ppc/spapr_rtas.c index 03355b4c0a8..63d96955c02 100644 --- a/hw/ppc/spapr_rtas.c +++ b/hw/ppc/spapr_rtas.c @@ -164,7 +164,6 @@ static void rtas_start_cpu(PowerPCCPU *callcpu, SpaprMachineState *spapr, env->msr = (1ULL << MSR_SF) | (1ULL << MSR_ME); hreg_compute_hflags(env); - /* Enable Power-saving mode Exit Cause exceptions for the new CPU */ lpcr = env->spr[SPR_LPCR]; if (!pcc->interrupts_big_endian(callcpu)) { lpcr |= LPCR_ILE;