From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frank Rowand Subject: Re: [patch 00/18] SMP: Boot and CPU hotplug refactoring - Part 1 Date: Fri, 20 Apr 2012 18:55:01 -0700 Message-ID: <4F921375.8010708@am.sony.com> References: <20120420122120.097464672@linutronix.de> <4F920788.3080405@am.sony.com> Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from va3ehsobe006.messaging.microsoft.com ([216.32.180.16]:37040 "EHLO va3outboundpool.messaging.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753552Ab2DUBz0 (ORCPT ); Fri, 20 Apr 2012 21:55:26 -0400 In-Reply-To: <4F920788.3080405@am.sony.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: "Rowand, Frank" Cc: Thomas Gleixner , LKML , "linux-arch@vger.kernel.org" , Peter Zijlstra , Rusty Russell , "Paul E. McKenney" , Ingo Molnar , "Srivatsa S. Bhat" On 04/20/12 18:04, Frank Rowand wrote: > On 04/20/12 06:05, Thomas Gleixner wrote: >> Dear all, >> >> I'm working on refactoring the SMP boot and CPU hotplug implementation. > > Smoke test #1 successful. Builds and boots on ARM Panda for: > > linux-3.4-rc3 CONFIG_PREEMPT_NONE > > linux-3.4-rc3-rt5 CONFIG_PREEMPT_RT_FULL Further smoke testing successful. Also builds and boots on ARM Realview for: linux-3.4-rc3 SMP, PREEMPT_NONE linux-3.4-rc3-rt5 SMP, PREEMPT_RT_FULL linux-3.4-rc3-rt5 UP, PREEMPT_RT_FULL -Frank