[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v5 09/10] xen: add per-platform defaults for NR_CPUS
>>> On 04.06.18 at 19:24, <sstabellini@xxxxxxxxxx> wrote: > --- a/xen/arch/Kconfig > +++ b/xen/arch/Kconfig > @@ -3,6 +3,10 @@ config NR_CPUS > int "Maximum number of physical CPUs" > range 1 4095 > default "256" if X86 > + default "128" if ARM && ALL With this dropped, as suggested by Julien, and of course unless there's a good reason for why it 's here, Acked-by: Jan Beulich <jbeulich@xxxxxxxx> Jan > + default "8" if ARM && RCAR3 > + default "4" if ARM && QEMU > + default "4" if ARM && MPSOC > default "128" if ARM > ---help--- > Specifies the maximum number of physical CPUs which Xen will support. > -- > 1.9.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |