From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] Fix calculation of number of entries based on number of mce_banks Date: Wed, 6 Oct 2010 13:50:17 -0300 Message-ID: <20101006165017.GA5932@amt.cnet> References: <20101006140819.7471.6077.send-patch@localhost6.localdomain6> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Dean Nelson Return-path: Received: from mx1.redhat.com ([209.132.183.28]:40128 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753957Ab0JFRjw (ORCPT ); Wed, 6 Oct 2010 13:39:52 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o96HdpmS022387 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 6 Oct 2010 13:39:51 -0400 Content-Disposition: inline In-Reply-To: <20101006140819.7471.6077.send-patch@localhost6.localdomain6> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Oct 06, 2010 at 10:08:19AM -0400, Dean Nelson wrote: > The number of mce_banks needs to be multiplied by 4 in order to actually > reference all of the entries. > > Signed-off-by: Dean Nelson Applied, thanks.