Re: [PATCH 1/2] x86: mce init optimization and signedness fixup

2007-10-12 Thread Christoph Egger
On Thursday 11 October 2007 18:50:12 Thomas Gleixner wrote: > On Thu, 11 Oct 2007, Christoph Egger wrote: > > On Thursday 11 October 2007 16:55:36 Thomas Gleixner wrote: > > > > > > + > > > > > > + if (!cpu_has(c, X86_FEATURE_MC

Re: [PATCH 1/2] x86: mce init optimization and signedness fixup

2007-10-11 Thread Christoph Egger
On Thursday 11 October 2007 16:55:36 Thomas Gleixner wrote: > On Thu, 11 Oct 2007, Christoph Egger wrote: > > On Thursday 11 October 2007 15:51:49 Thomas Gleixner wrote: > > > On Thu, 11 Oct 2007, Joerg Roedel wrote: > > > > MCG_CAP never reports a negative coun

Re: [PATCH 1/2] x86: mce init optimization and signedness fixup

2007-10-11 Thread Christoph Egger
On Thursday 11 October 2007 15:51:49 Thomas Gleixner wrote: > On Thu, 11 Oct 2007, Joerg Roedel wrote: > > MCG_CAP never reports a negative count of available error-reporting > > banks. Therefore, make nr_mce_banks unsigned. > > Check for MCA/MCE feature bits as early as possible. > > > > + > > +