From: Török Edwin Date: Mon, 24 Nov 2008 08:17:42 +0000 (+0200) Subject: mutex: __used is needed for function referenced only from inline asm X-Git-Tag: v2.6.29-rc1~572^2~4^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7918baa555140989eeee1270f48533987d48fdba;p=pandora-kernel.git mutex: __used is needed for function referenced only from inline asm Impact: fix build failure on llvm-gcc-4.2 According to the gcc manual, the 'used' attribute should be applied to functions referenced only from inline assembly. This fixes a build failure with llvm-gcc-4.2, which deleted __mutex_lock_slowpath, __mutex_unlock_slowpath. Signed-off-by: Török Edwin Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed