Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933572Ab2FASE6 (ORCPT ); Fri, 1 Jun 2012 14:04:58 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:42878 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932394Ab2FASEz (ORCPT ); Fri, 1 Jun 2012 14:04:55 -0400 X-Greylist: delayed 571 seconds by postgrey-1.27 at vger.kernel.org; Fri, 01 Jun 2012 14:04:55 EDT Date: Fri, 01 Jun 2012 13:55:22 -0400 (EDT) Message-Id: <20120601.135522.2065505829159749961.davem@davemloft.net> To: srivatsa.bhat@linux.vnet.ibm.com Cc: tglx@linutronix.de, peterz@infradead.org, paulmck@linux.vnet.ibm.com, rusty@rustcorp.com.au, mingo@kernel.org, yong.zhang0@gmail.com, akpm@linux-foundation.org, vatsa@linux.vnet.ibm.com, rjw@sisk.pl, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, nikunj@linux.vnet.ibm.com, paul.gortmaker@windriver.com, vapier@gentoo.org, jkosina@suse.cz, sparclinux@vger.kernel.org Subject: Re: [PATCH 20/27] sparc64, smpboot: Use generic SMP booting infrastructure From: David Miller In-Reply-To: <20120601091449.31979.67743.stgit@srivatsabhat.in.ibm.com> References: <20120601090952.31979.24799.stgit@srivatsabhat.in.ibm.com> <20120601091449.31979.67743.stgit@srivatsabhat.in.ibm.com> X-Mailer: Mew version 6.5 on Emacs 24.0.95 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 541 Lines: 17 From: "Srivatsa S. Bhat" Date: Fri, 01 Jun 2012 14:44:54 +0530 > - call cpu_idle > mov 0, %o0 ... > - call cpu_idle > mov 0, %o0 The 'mov' has to be removed too, it's in the delay slot of the call instruction and is passing in the first argument. -- 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/