mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 14:41:27 +00:00
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:
parent
67424d5a22
commit
128ea04a98
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue