commit | 154cd387cdf0e5566ce523cbddf92dd2a062dfd6 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Sep 22 15:58:45 2010 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue Oct 12 16:39:06 2010 +0200 |
tree | 8ab329f26992c570b65fe62843275eb71c8bf505 | |
parent | 3795de236d67a05994a1a12759db9d4dd9ffc42c [diff] |
genirq: Remove early_init_irq_lock_class() early_init_irq_lock_class() is called way before anything touches the irq descriptors. In case of SPARSE_IRQ=y this is a NOP operation because the radix tree is empty at this point. For the SPARSE_IRQ=n case it's sufficient to set the lock class in early_init_irq(). Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Ingo Molnar <mingo@elte.hu>