Re: [linux-yocto] [kernel-cache][master][PATCH 1/2] bsp/intel-x86: Set CONFIG_NODES_SHIFT to 6

2019-08-07 Thread Bruce Ashfield
I'm not sure if the intel folks are using these fragments and object to the different behaviour, but they look ok to me. I've merged them for now, but will reconsider if they cause problems in other configs. Bruce On Wed, Aug 7, 2019 at 3:27 AM Yongxin Liu wrote: > This config specifies the

[linux-yocto] [kernel-cache][master][PATCH 1/2] bsp/intel-x86: Set CONFIG_NODES_SHIFT to 6

2019-08-07 Thread Yongxin Liu
This config specifies the maximum number (as a power of 2) of NUMA Nodes available on the target. 2^6 is big enough for most current systems. Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git