Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756180AbZJPHVk (ORCPT ); Fri, 16 Oct 2009 03:21:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755956AbZJPHVj (ORCPT ); Fri, 16 Oct 2009 03:21:39 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:45136 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755851AbZJPHVi (ORCPT ); Fri, 16 Oct 2009 03:21:38 -0400 Date: Fri, 16 Oct 2009 09:20:16 +0200 From: Ingo Molnar To: Roland Dreier Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , linux-kernel@vger.kernel.org, x86@kernel.org Subject: Re: [PATCH] x86: Don't print number of MCE banks for every CPU Message-ID: <20091016072016.GA30019@elte.hu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 871 Lines: 23 * Roland Dreier wrote: > The MCE initialization code explicitly says it doesn't handle asymmetric > configurations where different CPUs support different numbers of MCE > banks, and it prints a big warning in that case. Therefore, printing > the "mce: CPU supports MCE banks" message into the kernel log for > every CPU is pure redundancy that clutters the log significantly for > systems with lots of CPUs. > > Signed-off-by: Roland Dreier > --- > arch/x86/kernel/cpu/mcheck/mce.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) Applied, thanks Roland! Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/