Boris, Here is the updated patch for determining number of regiter banks on AMD plus a patch removing shared_bank array, as you suggested. Offline/online testing didn''t show any issues. Boris Ostrovsky (2): x86/mce: Replace shared_bank array with is_shared_bank() helper x86/mce: Use MCG_CAP MSR to find out number of banks on AMD arch/x86/kernel/cpu/mcheck/mce_amd.c | 38 ++++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 15 deletions(-) -- 1.8.1.2
On Thu, Mar 14, 2013 at 05:10:39PM -0400, Boris Ostrovsky wrote:> > Boris, > > Here is the updated patch for determining number of regiter banks on > AMD plus a patch removing shared_bank array, as you suggested. > > Offline/online testing didn''t show any issues. > > > > Boris Ostrovsky (2): > x86/mce: Replace shared_bank array with is_shared_bank() helper > x86/mce: Use MCG_CAP MSR to find out number of banks on AMDBoth applied, thanks. -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. --
Possibly Parallel Threads
- [PATCH] x86/mce: Use MCG_CAP MSR to find out number of banks on AMD
- [PATCH v2 2/2] x86/mce: Use MCG_CAP MSR to find out number of banks on AMD
- [PATCH] Dump mce log by ERST when mc panic
- Bug#812166: [PATCH] x86/mce: fix misleading indentation in init_nonfatal_mce_checker().
- [PATCH] small mca cleanup