On Tue, Apr 02, 2019 at 03:06:19PM +0200, Geert Uytterhoeven wrote: > The maximum number of arm64 CPU cores (excluding the real-time core) in > Renesas ARM SoCs is 8. > > The default value of NR_CPUS used to be 64, causing a negligible kernel > size increase of ca. 16 KiB, compared to the minimum needed value of 8. > As of commit 846a415bf4408ccd ("arm64: default NR_CPUS to > 256"), the default value of NR_CPUS was increased to 256, increasing the > waste by another 78 KiB. > > Reduce NR_CPUS to 8, reducing kernel size by ca. 94 KiB. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Thanks, I have applied this to the topic/renesas-defconfig branch which is included in the devel branch and tags of the Renesas tree as a convenience to developers. The branch is not, however, included in the next branch or tags nor is it targeted at upstream.