From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] small mca cleanup Date: Thu, 16 Aug 2007 15:42:37 +0100 Message-ID: References: <200708161636.38142.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <200708161636.38142.Christoph.Egger@amd.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Christoph Egger , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org The file you modify is from upstream Linux, and that's where this patch belongs. -- Keir On 16/8/07 15:36, "Christoph Egger" wrote: > > Hi! > > The MCG_CAP MSR never returns a negative count of available > error-reporting banks. Thus make nr_mce_banks unsigned. > > While here, do some other minor cleanups. > > Signed-off-by: Christoph Egger > >