]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/kvm: Remove redundant save of SIER AND MMCR2
authorJoel Stanley <joel@jms.id.au>
Tue, 8 Jul 2014 06:38:20 +0000 (16:08 +0930)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 11 Jul 2014 02:55:07 +0000 (12:55 +1000)
commit7120c05e85aec5492d50cfe0858861e600250e70
treef8a4f75ad45cfd8d6efe97bf7d17c6ae1554fee5
parent3acf68d776955fcf4cdb254cddffdaa0e5770bf8
powerpc/kvm: Remove redundant save of SIER AND MMCR2

These two registers are already saved in the block above. Aside from
being unnecessary, by the time we get down to the second save location
r8 no longer contains MMCR2, so we are clobbering the saved value with
PMC5.

MMCR2 primarily consists of counter freeze bits. So restoring the value
of PMC5 into MMCR2 will most likely have the effect of freezing
counters.

Fixes: bbbceb1a989f ("KVM: PPC: Book3S HV: Save/restore host PMU registers that are new in POWER8")
Cc: stable@vger.kernel.org
Signed-off-by: Joel Stanley <joel@jms.id.au>
Acked-by: Michael Ellerman <mpe@ellerman.id.au>
Acked-by: Paul Mackerras <paulus@samba.org>
Reviewed-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kvm/book3s_hv_interrupts.S