From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752807Ab0BQQ6A (ORCPT ); Wed, 17 Feb 2010 11:58:00 -0500 Received: from eddie.linux-mips.org ([78.24.191.182]:52571 "EHLO eddie.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751309Ab0BQQ56 (ORCPT ); Wed, 17 Feb 2010 11:57:58 -0500 Date: Wed, 17 Feb 2010 17:57:41 +0100 From: Ralf Baechle To: Thomas Gleixner Cc: LKML , x86 team , Dmitry Torokhov , Takashi Iwai , Jens Axboe Subject: Re: [patch] i8253: Convert i8253_lock to raw_spinlock Message-ID: <20100217165741.GA5504@linux-mips.org> References: <20100217163751.030764372@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100217163751.030764372@linutronix.de> User-Agent: Mutt/1.5.20 (2009-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 17, 2010 at 04:47:10PM -0000, Thomas Gleixner wrote: > i8253_lock needs to be a real spinlock in preempt-rt, i.e. it can > not be converted to a sleeping lock. > > Convert it to raw_spinlock and fix up all users. > > Signed-off-by: Thomas Gleixner > Cc: Ralf Baechle > Cc: Dmitry Torokhov > Cc: Takashi Iwai > Cc: Jens Axboe Acked-by: Ralf Baechle Ralf