From: Ralf Baechle Date: Mon, 3 Oct 2005 12:40:26 +0000 (+0100) Subject: Define and initialize kdb_lock using DEFINE_SPINLOCK. X-Git-Tag: v2.6.15-rc1~731^2~1^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57468af3267bfb89391f9c607a9637e86e55d299;p=pandora-kernel.git 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 --- Reading git-diff-tree failed