Fix: Restartable Sequences: testing: ip-relative x86-64
[deliverable/linux.git] / arch / arm64 / kvm / sys_regs.c
index a57d650f552cd67ed15964b645001791bf05ae6c..b0b225ceca18f956a805c2862f299d0ee9575749 100644 (file)
@@ -1546,7 +1546,7 @@ static void unhandled_cp_access(struct kvm_vcpu *vcpu,
                                struct sys_reg_params *params)
 {
        u8 hsr_ec = kvm_vcpu_trap_get_class(vcpu);
-       int cp;
+       int cp = -1;
 
        switch(hsr_ec) {
        case ESR_ELx_EC_CP15_32:
@@ -1558,7 +1558,7 @@ static void unhandled_cp_access(struct kvm_vcpu *vcpu,
                cp = 14;
                break;
        default:
-               WARN_ON((cp = -1));
+               WARN_ON(1);
        }
 
        kvm_err("Unsupported guest CP%d access at: %08lx\n",
This page took 0.040515 seconds and 5 git commands to generate.