Re: [linux-yocto] [PATCH 2/2] intel-x86-64: Move 'CONFIG_NR_CPUS=256' to intel-x86-64.cfg

2018-11-08 Thread Bruce Ashfield
On 2018-11-07 9:05 p.m., Hongzhi.Song wrote: The maximum cpus are 64 on intel-x86-32. But intel-x86-64 support ranges from 1 to 8192. So we should move the config to intel-x86-64.cfg. ok. This makes more sense, but two questions: - why limit to 256 on x86-64 ? - why not put 64 as the limit

Re: [linux-yocto] [PATCH 2/2] intel-x86-64: Move 'CONFIG_NR_CPUS=256' to intel-x86-64.cfg

2018-11-08 Thread Hongzhi, Song
On 11/09/2018 03:56 AM, Bruce Ashfield wrote: On 2018-11-07 9:05 p.m., Hongzhi.Song wrote: The maximum cpus are 64 on intel-x86-32. But intel-x86-64 support ranges from 1 to 8192. So we should move the config to intel-x86-64.cfg. ok. This makes more sense, but two questions:  - why limit