The keyword volatile for idx in the TLB functions is unnecessary.
Reviewed-by: James Hogan <james.hogan@imgtec.com>
Signed-off-by: Deng-Cheng Zhu <dengcheng.zhu@imgtec.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
 {
        unsigned long flags;
        unsigned long old_entryhi;
-       volatile int idx;
+       int idx;
 
        local_irq_save(flags);
 
 int kvm_mips_host_tlb_lookup(struct kvm_vcpu *vcpu, unsigned long vaddr)
 {
        unsigned long old_entryhi, flags;
-       volatile int idx;
+       int idx;
 
        local_irq_save(flags);