From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: Question about SMP support for ARM Date: Mon, 12 Aug 2013 13:24:40 +0100 Message-ID: <5208D408.5060101@linaro.org> References: <85F54187-804D-4C3B-830F-D76642F647CC@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <85F54187-804D-4C3B-830F-D76642F647CC@gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Chen Baozi Cc: Ian Campbell , Xen Developer List List-Id: xen-devel@lists.xenproject.org On 08/12/2013 01:14 PM, Chen Baozi wrote: > Hi Ian & Julien, Hi, > It seems that Xen for ARM is not support SMP boot by default since "max_phys_cpus" is not set? max_phys_cpus allows use to restrict the number of cpus handled by Xen. It's only used to set NR_CPUS. If the former is not set, Xen will use 128 as default value (see include/asm-arm/config.h). Cheers, -- Julien Grall