[linux-yocto] [PATCH] intel-x86-32: Set CONFIG_NR_CPUS to 64 explicitly

Bruce Ashfield bruce.ashfield at windriver.com
Tue Nov 13 16:00:20 PST 2018


On 2018-11-12 9:27 p.m., Hongzhi.Song wrote:
> Since 'CONFIG_NR_CPUS=256' was moved to intel-x86-64.cfg, seeing
> commit [11917e28727], we would better explicitly set CONFIG_NR_CPUS
> to 64 in intel-x86-32.cfg for a future re-org of the fragments.
> 
> And the '64' is also the default value for intel-x86-32.
> 

merged.

Bruce

> Signed-off-by: Hongzhi.Song <hongzhi.song at windriver.com>
> ---
>   bsp/intel-x86/intel-x86-32.cfg | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/bsp/intel-x86/intel-x86-32.cfg b/bsp/intel-x86/intel-x86-32.cfg
> index 1f5800d..6352f70 100644
> --- a/bsp/intel-x86/intel-x86-32.cfg
> +++ b/bsp/intel-x86/intel-x86-32.cfg
> @@ -21,3 +21,6 @@ CONFIG_X86_32=y
>   CONFIG_X86_BIGSMP=y
>   CONFIG_X86_GENERIC=y
>   CONFIG_HIGHMEM64G=y
> +
> +# Processor type and features
> +CONFIG_NR_CPUS=64
> 



More information about the linux-yocto mailing list