Skip to content

Commit

Permalink
Date: Fri Jan 14 03:03:23 2005 +0000
Browse files Browse the repository at this point in the history
Locking cleanups.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent 8592d4c commit 9383292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/kernel/i8259.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ void disable_8259A_irq(unsigned int irq);
* moves to arch independent land
*/

spinlock_t DEFINE_SPINLOCK(i8259A_lock);
DEFINE_SPINLOCK(i8259A_lock);

static void end_8259A_irq (unsigned int irq)
{
Expand Down

0 comments on commit 9383292

Please sign in to comment.