Re: [PATCH v3 4/9] MIPS: KVM: Remove unneeded volatile

2014-06-25 Thread James Hogan
On 24/06/14 18:31, Deng-Cheng Zhu wrote: > From: Deng-Cheng Zhu > > The keyword volatile for idx in the TLB functions is unnecessary. > > Signed-off-by: Deng-Cheng Zhu Reviewed-by: James Hogan Cheers James > --- > arch/mips/kvm/kvm_tlb.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 delet

[PATCH v3 4/9] MIPS: KVM: Remove unneeded volatile

2014-06-24 Thread Deng-Cheng Zhu
From: Deng-Cheng Zhu The keyword volatile for idx in the TLB functions is unnecessary. Signed-off-by: Deng-Cheng Zhu --- arch/mips/kvm/kvm_tlb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/mips/kvm/kvm_tlb.c b/arch/mips/kvm/kvm_tlb.c index 29a5bdb..bbcd822 1006