From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] Allow Hypervisor build with more than 64 CPUs Date: Sun, 17 Aug 2008 11:23:25 +0100 Message-ID: References: <48A5D863.6000000@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <48A5D863.6000000@redhat.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: Bill Burns , xen-devel List-Id: xen-devel@lists.xenproject.org On 15/8/08 20:26, "Bill Burns" wrote: > Trying to build the Xen hypervisor with max_phys_cpus=128 > for x86_64 fails. (Note that this was on a 3.1 base, but > unstable appears to have the same issue). > > There is a build assertion due to the size of > the page_info structure and the shadow_page_info > structures get out of sync due to the presence > of cpumask_t in the page info structure (which > grows with more than 64 CPUs). > > The proposed fix is to tack on the following to > the end of shadow_page_info structure. This should be fixed in c/s 18324 by relaxing the BUILD_BUG_ON(). -- Keir