Re: [patch 00/14] Sort out i8253 and PC speaker locking and headers

2011-06-03 Thread Ralf Baechle
On Thu, Jun 02, 2011 at 09:11:19PM +0200, Gerhard Pircher wrote: #if defined(CONFIG_MIPS) || defined(CONFIG_X86) /* Use the global PIT lock ! */ #include asm/i8253.h #else #include asm/8253pit.h static DEFINE_RAW_SPINLOCK(i8253_lock); #endif sound/drivers/pcsp/pcsp.h: #if

Re: [patch 00/14] Sort out i8253 and PC speaker locking and headers

2011-06-03 Thread Gerhard Pircher
...@vger.kernel.org, Thomas Gleixner t...@linutronix.de, Benjamin Herrenschmidt b...@kernel.crashing.org Betreff: Re: [patch 00/14] Sort out i8253 and PC speaker locking and headers On Thu, Jun 02, 2011 at 09:11:19PM +0200, Gerhard Pircher wrote: #if defined(CONFIG_MIPS) || defined(CONFIG_X86

Re: [patch 00/14] Sort out i8253 and PC speaker locking and headers

2011-06-02 Thread Gerhard Pircher
Original-Nachricht Datum: Wed, 01 Jun 2011 19:04:56 +0100 Von: r...@linux-mips.org An: linux-ker...@vger.kernel.org, linux-a...@vger.kernel.org, linux-al...@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-m...@linux-mips.org Betreff: [patch 00/14] Sort out i8253

[patch 00/14] Sort out i8253 and PC speaker locking and headers

2011-06-01 Thread ralf
No longer terribly relevant these days but still broken and just an eyesore mess of neglience just as I've already raised it a few days ago. Time to sort this. drivers/input/misc/pcspkr.c: #if defined(CONFIG_MIPS) || defined(CONFIG_X86) /* Use the global PIT lock ! */ #include asm/i8253.h #else