From mboxrd@z Thu Jan 1 00:00:00 1970 From: rric@kernel.org (Robert Richter) Date: Fri, 5 Sep 2014 12:51:35 +0200 Subject: [PATCH v2 1/4] arm64, thunder: Add Kconfig option for Cavium Thunder SoC Family In-Reply-To: <20140905093647.GH2172@leverpostej> References: <1409903205-2762-1-git-send-email-rric@kernel.org> <1409903205-2762-2-git-send-email-rric@kernel.org> <20140905083932.GD13515@arm.com> <20140905092135.GR4703@rric.localhost> <20140905092507.GH13515@arm.com> <20140905093647.GH2172@leverpostej> Message-ID: <20140905105135.GU4703@rric.localhost> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 05.09.14 10:36:47, Mark Rutland wrote: > On Fri, Sep 05, 2014 at 10:25:08AM +0100, Will Deacon wrote: > > All I mean is, if the kernel doesn't explode on existing systems by changing > > the upper limit to 64, then we should do that. If you're not comfortable > > that the Thunder code can handle that, then leave the thunder default as 32, > > like you do in the current patch. It just seems odd not to change the > > maximum number, since it's an arbitrary limit from my perspective. > > FWIW my Juno happily boots with a NR_CPUS=64 kernel. It looks like if it's fine to set the general default to NR_CPUS=64 even if the kernel might not yet boot more than 32 cpus. Will make this change separately and drop it in this patch. See also my other reply to Russell in this thread. -Robert