From: Jack Morgenstein Date: Sun, 13 May 2007 14:18:23 +0000 (+0300) Subject: IB/mlx4: Fix uninitialized spinlock for 32-bit archs X-Git-Tag: v2.6.22-rc2~93^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26c6bc7b812b4157ba929035e467c0f4dd165916;p=pandora-kernel.git IB/mlx4: Fix uninitialized spinlock for 32-bit archs uar_lock spinlock was used in mlx4_ib_cq_arm without being initialized (this only affects 32-bit archs, because uar_lock is not used on 64-bit archs and MLX4_INIT_DOORBELL_LOCK() is a NOP). Signed-off-by: Jack Morgenstein Signed-off-by: Roland Dreier --- Reading git-diff-tree failed