]> git.baikalelectronics.ru Git - kernel.git/commit
asmlinkage, mutex: Mark __visible
authorAndi Kleen <ak@linux.intel.com>
Sat, 8 Feb 2014 07:52:03 +0000 (08:52 +0100)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 14 Feb 2014 02:13:19 +0000 (18:13 -0800)
commitf69522e43a7e40acea5f55dff0e88c8704fc3b5e
tree8af37fe84d323a59c9864eeb81309991c725878d
parent9cf1528222f8f753f6ea4b75e310792a7d8656e5
asmlinkage, mutex: Mark __visible

Various kernel/mutex.c functions can be called from
inline assembler, so they should be all global and
__visible.

Cc: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Link: http://lkml.kernel.org/r/1391845930-28580-7-git-send-email-ak@linux.intel.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
kernel/locking/mutex.c