From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750948AbZKGGQT (ORCPT ); Sat, 7 Nov 2009 01:16:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750848AbZKGGQS (ORCPT ); Sat, 7 Nov 2009 01:16:18 -0500 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:51898 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750813AbZKGGQS (ORCPT ); Sat, 7 Nov 2009 01:16:18 -0500 Date: Fri, 06 Nov 2009 22:16:43 -0800 (PST) Message-Id: <20091106.221643.03023079.davem@davemloft.net> To: tglx@linutronix.de Cc: linux-kernel@vger.kernel.org, mingo@elte.hu, peterz@infradead.org, sparclinux@vger.kernel.org Subject: Re: [patch 08/16] sparc: Make atomic locks raw From: David Miller In-Reply-To: <20091106223806.721945005@linutronix.de> References: <20091106223547.784916750@linutronix.de> <20091106223806.721945005@linutronix.de> X-Mailer: Mew version 6.2.51 on Emacs 22.1 / Mule 5.0 (SAKAKI) 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 From: Thomas Gleixner Date: Fri, 06 Nov 2009 22:41:39 -0000 > SPIN_LOCK_UNLOCKED is deprecated and the locks which protect the > atomic operations have no dependency on other locks and the code is > well tested so the conversion to a raw lock is safe. > > Make the lock array static while at it. > > Signed-off-by: Thomas Gleixner Applied to sparc-next-2.6, thanks!