From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw02.freescale.net (az33egw02.freescale.net [192.88.158.103]) by ozlabs.org (Postfix) with ESMTP id 31B3467A65 for ; Thu, 17 Mar 2005 03:52:52 +1100 (EST) In-Reply-To: <42386274.2020504@timesys.com> References: <42386274.2020504@timesys.com> Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: From: Kumar Gala Date: Wed, 16 Mar 2005 10:52:52 -0600 To: "Greg Weeks" Cc: linuxppc-embedded@ozlabs.org Subject: Re: [patch] fix unitilized spinlock in cpm driver when used as console List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This may already be resolved by this patch which is in the latest bk tree. http://ozlabs.org/ppc32-patches/patch.pl?id=280 - kumar On Mar 16, 2005, at 10:44 AM, Greg Weeks wrote: > Fix unitilized spinlock in the cpm scc driver when used as console. > > Signed-off-by: Greg Weeks > >