From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [CFT] Always enable SMP mode on MP capable CPUs Date: Thu, 25 May 2017 08:11:03 -0700 Message-ID: <20170525151103.GC10472@atomide.com> References: <20170518105209.GN22219@n2100.armlinux.org.uk> <20170519171526.GW22219@n2100.armlinux.org.uk> <20170524153847.GY10472@atomide.com> <20170525144800.GV23750@n2100.armlinux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20170525144800.GV23750@n2100.armlinux.org.uk> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Russell King - ARM Linux Cc: afzal mohammed , linux-omap@vger.kernel.org, Fabio Estevam , "linux-arm-kernel@lists.infradead.org" , Kevin Hilman List-Id: linux-omap@vger.kernel.org * Russell King - ARM Linux [170525 07:51]: > On Wed, May 24, 2017 at 08:38:47AM -0700, Tony Lindgren wrote: > > * Russell King - ARM Linux [170519 10:19]: > > > We could expand the table to positively identify the SMP capable CPUs > > > and enable the SMP bit there, but it's going to add a lot of entries > > > there (one for each specific ARMv7 MP CPU) and is going to have to be > > > endlessly added to each time a new SMP CPU comes out. > > > > Looks like commit e414690faa81 ("ARM: always enable SMP mode on SMP cores") > > causes booting to fail early at least on omap4430 duovero. It's a bit of > > a mystery as it is SMP.. And pandboard es (4460) and droid 4 (4430) work > > without the conditional write.. > > > > Partial revert like below seems to make it boot again. > > Thanks for testing, I'll integrate your change, and it should be in > tonight's linux-next. OK. That may not work on am437x though as it's UP. Afzal, did the change that I posted work for you? Regards, Tony