From: Kyle McMartin Date: Sun, 8 Feb 2009 22:39:58 +0000 (-0500) Subject: x86: spinlocks: define dummy __raw_spin_is_contended X-Git-Tag: v2.6.29-rc5~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5ef7ca0e2636bad0ccd07b996d775348ae2b65e;p=pandora-kernel.git x86: spinlocks: define dummy __raw_spin_is_contended Architectures other than mips and x86 are not using ticket spinlocks. Therefore, the contention on the lock is meaningless, since there is nobody known to be waiting on it (arguably /fairly/ unfair locks). Dummy it out to return 0 on other architectures. Signed-off-by: Kyle McMartin Acked-by: Ralf Baechle Acked-by: Ingo Molnar Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed