Re: [Xen-devel] [PATCH 1/2] build: introduce CONFIG_NR_CPUS in Kconfig

2016-01-11 Thread Jan Beulich
>>> On 09.01.16 at 14:43, wrote: > On 08/01/2016 23:17, Doug Goldstein wrote: >> Introduce an option where the user can modifiy the maximum number of >> supported physical CPUs. >> >> CC: Ian Campbell >> CC: Stefano Stabellini >> CC: Keir Fraser >> CC: Jan Beulich >> CC: Andrew Cooper >> Sign

Re: [Xen-devel] [PATCH 1/2] build: introduce CONFIG_NR_CPUS in Kconfig

2016-01-09 Thread Andrew Cooper
On 08/01/2016 23:17, Doug Goldstein wrote: > Introduce an option where the user can modifiy the maximum number of > supported physical CPUs. > > CC: Ian Campbell > CC: Stefano Stabellini > CC: Keir Fraser > CC: Jan Beulich > CC: Andrew Cooper > Signed-off-by: Doug Goldstein > --- > This patch

[Xen-devel] [PATCH 1/2] build: introduce CONFIG_NR_CPUS in Kconfig

2016-01-08 Thread Doug Goldstein
Introduce an option where the user can modifiy the maximum number of supported physical CPUs. CC: Ian Campbell CC: Stefano Stabellini CC: Keir Fraser CC: Jan Beulich CC: Andrew Cooper Signed-off-by: Doug Goldstein --- This patch can probably be squashed together with the next one but I broke