Skip to content

Commit

Permalink
[MIPS] DEC: Initialise ioasic_ssr_lock
Browse files Browse the repository at this point in the history
Fix the definition of the ioasic_ssr_lock spinlock to include a proper 
initialisation.

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Maciej W. Rozycki authored and Ralf Baechle committed Sep 19, 2007
1 parent c2f8289 commit 6883599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/dec/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ EXPORT_SYMBOL(dec_kn_slot_size);

int dec_tc_bus;

spinlock_t ioasic_ssr_lock;
DEFINE_SPINLOCK(ioasic_ssr_lock);

volatile u32 *ioasic_base;

Expand Down

0 comments on commit 6883599

Please sign in to comment.