Re: [Xen-devel] [PATCH v2 2/2] build: convert NR_CPUS to Kconfig

2016-01-12 Thread Doug Goldstein
On 1/12/16 2:41 AM, Jan Beulich wrote: On 11.01.16 at 23:02, wrote: >> --- a/xen/include/xen/config.h >> +++ b/xen/include/xen/config.h >> @@ -92,4 +92,7 @@ >> #define FLASK_AVC_STATS 1 >> #endif >> >> +/* allow existing code to work with Kconfig variable */ >> +#define NR_CPUS CONFIG_NR_

Re: [Xen-devel] [PATCH v2 2/2] build: convert NR_CPUS to Kconfig

2016-01-12 Thread Jan Beulich
>>> On 11.01.16 at 23:02, wrote: > --- a/xen/include/xen/config.h > +++ b/xen/include/xen/config.h > @@ -92,4 +92,7 @@ > #define FLASK_AVC_STATS 1 > #endif > > +/* allow existing code to work with Kconfig variable */ > +#define NR_CPUS CONFIG_NR_CPUS Perhaps here or in a follow-up patch deriv