aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/xen/enlighten.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c
index 30d12afe52ed..1f1dbd2949a4 100644
--- a/arch/x86/xen/enlighten.c
+++ b/arch/x86/xen/enlighten.c
@@ -1077,6 +1077,7 @@ static int xen_write_msr_safe(unsigned int msr, unsigned low, unsigned high)
1077 /* Fast syscall setup is all done in hypercalls, so 1077 /* Fast syscall setup is all done in hypercalls, so
1078 these are all ignored. Stub them out here to stop 1078 these are all ignored. Stub them out here to stop
1079 Xen console noise. */ 1079 Xen console noise. */
1080 break;
1080 1081
1081 default: 1082 default:
1082 if (!pmu_msr_write(msr, low, high, &ret)) 1083 if (!pmu_msr_write(msr, low, high, &ret))