Mailing List Archive

[xen-4.0-testing] amd-k8-mce: remove a stray break statement
# HG changeset patch
# User Keir Fraser <keir@xen.org>
# Date 1298540183 0
# Node ID 3a1a7e071bb0a940bfbd38d9eddd067505b7a970
# Parent 36a94c8612500ee14fac864fee03f35fe3cbea9f
amd-k8-mce: remove a stray break statement

This was a leftover of converting from a switch to an if/else
somewhere between 3.4 and 4.0.

It also looks suspicious that MCEQUIRK_K7_BANK0 is not actually used
anywhere. Perhaps amd_k7_mcheck_init() and amd_k8_mcheck_init() were
intended to get (partially) folded?

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen-unstable changeset: 22947:598d1fc295b6
xen-unstable date: Thu Feb 24 09:33:19 2011 +0000
---


diff -r 36a94c861250 -r 3a1a7e071bb0 xen/arch/x86/cpu/mcheck/amd_k8.c
--- a/xen/arch/x86/cpu/mcheck/amd_k8.c Fri Feb 18 10:24:36 2011 +0000
+++ b/xen/arch/x86/cpu/mcheck/amd_k8.c Thu Feb 24 09:36:23 2011 +0000
@@ -97,7 +97,6 @@
/* Enable error reporting of all errors */
wrmsrl(MSR_IA32_MC0_CTL + 4 * i, 0xffffffffffffffffULL);
wrmsrl(MSR_IA32_MC0_STATUS + 4 * i, 0x0ULL);
- break;
}
}


_______________________________________________
Xen-changelog mailing list
Xen-changelog@lists.xensource.com
http://lists.xensource.com/xen-changelog