Re: [PATCH 2/2] KVM: PPC: hypervisor large decrementer support
From: Benjamin Herrenschmidt <hidden>
Date: 2016-06-02 21:46:19
From: Benjamin Herrenschmidt <hidden>
Date: 2016-06-02 21:46:19
On Wed, 2016-06-01 at 16:23 +1000, Michael Neuling wrote:
FWIW you can use: andis. reg,reg,(LPCR_LD)@ha
@h in that case. Probably the same result but technically @ha is for arithmetic operations. Cheers, Ben.