]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/x86/xen/enlighten.c
xen/x86: Don't try to write syscall-related MSRs for PV guests
[karo-tx-linux.git] / arch / x86 / xen / enlighten.c
index 30d12afe52ed173b2a81720cd5c89c24e667de2a..1f1dbd2949a4abcdc815a9e1226e0c260f108a2a 100644 (file)
@@ -1077,6 +1077,7 @@ static int xen_write_msr_safe(unsigned int msr, unsigned low, unsigned high)
                /* Fast syscall setup is all done in hypercalls, so
                   these are all ignored.  Stub them out here to stop
                   Xen console noise. */
+               break;
 
        default:
                if (!pmu_msr_write(msr, low, high, &ret))