Re: [KJ] [PATCH] unified spinlock initialization arch/mips/kernel/irq.c

2005-01-25 Thread Matthew Wilcox
On Tue, Jan 25, 2005 at 05:04:21PM +0530, Amit Gud wrote: > Unify the spinlock initialization as far as possible. > > Do consider applying. Actually, 'handler' and 'lock' are initialised for you (see kernel/irq/handle.c) so I think those two lines can just be deleted. 'action' is also initialised

[PATCH] unified spinlock initialization arch/mips/kernel/irq.c

2005-01-25 Thread Amit Gud
Unify the spinlock initialization as far as possible. Do consider applying. Signed-off-by: Amit Gud <[EMAIL PROTECTED]> --- orig/arch/mips/kernel/irq.c 2005-01-20 20:06:12.0 +0530 +++ linux-2.6.11-rc2/arch/mips/kernel/irq.c 2005-01-25 15:29:35.0 +0530 @@ -125,7 +125,7 @@ voi