lto: Make asmlinkage __visible
Signed-off-by: Andi Kleen <ak@linux.intel.com> Link: http://lkml.kernel.org/r/1391846481-31491-3-git-send-email-ak@linux.intel.com Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
committed by
H. Peter Anvin
parent
67424d5a22
commit
128ea04a98
@ -12,9 +12,9 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
#define CPP_ASMLINKAGE extern "C"
|
#define CPP_ASMLINKAGE extern "C" __visible
|
||||||
#else
|
#else
|
||||||
#define CPP_ASMLINKAGE
|
#define CPP_ASMLINKAGE __visible
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef asmlinkage
|
#ifndef asmlinkage
|
||||||
|
Reference in New Issue
Block a user