* [PATCH] unified spinlock initialization arch/mips/kernel/irq.c
@ 2005-01-25 11:34 Amit Gud
2005-01-25 13:43 ` [KJ] " Matthew Wilcox
0 siblings, 1 reply; 2+ messages in thread
From: Amit Gud @ 2005-01-25 11:34 UTC (permalink / raw)
To: ralf; +Cc: linux-kernel, kernel-janitors, gud
Unify the spinlock initialization as far as possible.
Do consider applying.
Signed-off-by: Amit Gud <gud@eth.net>
--- orig/arch/mips/kernel/irq.c 2005-01-20 20:06:12.000000000 +0530
+++ linux-2.6.11-rc2/arch/mips/kernel/irq.c 2005-01-25 15:29:35.000000000 +0530
@@ -125,7 +125,7 @@ void __init init_IRQ(void)
irq_desc[i].action = NULL;
irq_desc[i].depth = 1;
irq_desc[i].handler = &no_irq_type;
- irq_desc[i].lock = SPIN_LOCK_UNLOCKED;
+ spin_lock_init(&irq_desc[i].lock);
}
arch_init_irq();
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [KJ] [PATCH] unified spinlock initialization arch/mips/kernel/irq.c
2005-01-25 11:34 [PATCH] unified spinlock initialization arch/mips/kernel/irq.c Amit Gud
@ 2005-01-25 13:43 ` Matthew Wilcox
0 siblings, 0 replies; 2+ messages in thread
From: Matthew Wilcox @ 2005-01-25 13:43 UTC (permalink / raw)
To: Amit Gud; +Cc: ralf, kernel-janitors, linux-kernel, gud
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 to NULL implicitly, so that can go.
I think setting 'status' and 'depth' like that is also unnecessary.
> Signed-off-by: Amit Gud <gud@eth.net>
>
> --- orig/arch/mips/kernel/irq.c 2005-01-20 20:06:12.000000000 +0530
> +++ linux-2.6.11-rc2/arch/mips/kernel/irq.c 2005-01-25 15:29:35.000000000 +0530
> @@ -125,7 +125,7 @@ void __init init_IRQ(void)
> irq_desc[i].action = NULL;
> irq_desc[i].depth = 1;
> irq_desc[i].handler = &no_irq_type;
> - irq_desc[i].lock = SPIN_LOCK_UNLOCKED;
> + spin_lock_init(&irq_desc[i].lock);
> }
>
> arch_init_irq();
>
> _______________________________________________
> Kernel-janitors mailing list
> Kernel-janitors@lists.osdl.org
> http://lists.osdl.org/mailman/listinfo/kernel-janitors
--
"Next the statesmen will invent cheap lies, putting the blame upon
the nation that is attacked, and every man will be glad of those
conscience-soothing falsities, and will diligently study them, and refuse
to examine any refutations of them; and thus he will by and by convince
himself that the war is just, and will thank God for the better sleep
he enjoys after this process of grotesque self-deception." -- Mark Twain
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-01-25 13:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-25 11:34 [PATCH] unified spinlock initialization arch/mips/kernel/irq.c Amit Gud
2005-01-25 13:43 ` [KJ] " Matthew Wilcox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®