Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756459Ab2HQJVl (ORCPT ); Fri, 17 Aug 2012 05:21:41 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:29256 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756077Ab2HQJVg (ORCPT ); Fri, 17 Aug 2012 05:21:36 -0400 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 98.234.237.12 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18ye8bpQj7BM896Y8RAP5uL Date: Fri, 17 Aug 2012 02:21:33 -0700 From: Tony Lindgren To: Catalin Marinas Cc: linux-arch@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Arnd Bergmann , Will Deacon , Marc Zyngier Subject: Re: [PATCH v2 15/31] arm64: SMP support Message-ID: <20120817092133.GR11011@atomide.com> References: <1344966752-16102-1-git-send-email-catalin.marinas@arm.com> <1344966752-16102-16-git-send-email-catalin.marinas@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1344966752-16102-16-git-send-email-catalin.marinas@arm.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1009 Lines: 21 * Catalin Marinas [120814 11:05]: > This patch adds SMP initialisation and spinlocks implementation for > AArch64. The spinlock support uses the new load-acquire/store-release > instructions to avoid explicit barriers. The architecture also specifies > that an event is automatically generated when clearing the exclusive > monitor state to wake up processors in WFE, so there is no need for an > explicit DSB/SEV instruction sequence. The SEVL instruction is used to > set the exclusive monitor locally as there is no conditional WFE and a > branch is more expensive. Do we always have SMP hardware on arm64? Or are we going to need to again add smp_on_up support later on? Other than that: Acked-by: Tony Lindgren -- 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/