commit | 57468af3267bfb89391f9c607a9637e86e55d299 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Mon Oct 03 13:40:26 2005 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sat Oct 29 19:32:35 2005 +0100 |
tree | 3a52d3238fea2dd4cd887ff626e4b45d81c9b843 | |
parent | f8bb3af924211b0e6ee66dc0d3bcb4a66ba59af4 [diff] |
Define and initialize kdb_lock using DEFINE_SPINLOCK. Convert kgdb_cpulock into a raw_spinlock_t. SPIN_LOCK_UNLOCKED is deprecated and it's replacement DEFINE_SPINLOCK is not suitable for arrays of spinlocks. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>