Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933586Ab2FASID (ORCPT ); Fri, 1 Jun 2012 14:08:03 -0400 Received: from usmamail.tilera.com ([12.216.194.151]:25297 "EHLO USMAMAIL.TILERA.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932480Ab2FASIB (ORCPT ); Fri, 1 Jun 2012 14:08:01 -0400 Message-ID: <4FC904FF.3070609@tilera.com> Date: Fri, 1 Jun 2012 14:07:59 -0400 From: Chris Metcalf User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: "Srivatsa S. Bhat" CC: , , , , , , , , , , , Subject: Re: [PATCH 12/27] tile, smpboot: Use generic SMP booting infrastructure References: <20120601090952.31979.24799.stgit@srivatsabhat.in.ibm.com> <20120601091248.31979.59256.stgit@srivatsabhat.in.ibm.com> In-Reply-To: <20120601091248.31979.59256.stgit@srivatsabhat.in.ibm.com> X-Enigmail-Version: 1.4.1 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1018 Lines: 29 On 6/1/2012 5:12 AM, Srivatsa S. Bhat wrote: > Convert tile to use the generic framework to boot secondary CPUs. > > Notes: > 1. Don't enable interrupts in start_secondary(). > 2. Remove the unnecessary calls to local_irq_enable() in __cpu_up(). > 3. cpu_idle() was being called after doing a preempt_enable() instead > of a preempt_disable()! Fix it. > > Cc: Chris Metcalf > Cc: Thomas Gleixner > Cc: Yong Zhang > Signed-off-by: Srivatsa S. Bhat > --- > > arch/tile/kernel/smpboot.c | 22 ++++++++-------------- > 1 files changed, 8 insertions(+), 14 deletions(-) Acked-by: Chris Metcalf -- Chris Metcalf, Tilera Corp. http://www.tilera.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/