projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac008fe
)
asmlinkage: Revert "lto: Make asmlinkage __visible"
author
Andi Kleen
<ak@linux.intel.com>
Thu, 1 May 2014 22:44:36 +0000
(
00:44
+0200)
committer
H. Peter Anvin
<hpa@linux.intel.com>
Mon, 5 May 2014 23:07:37 +0000
(16:07 -0700)
As requested by Linus, revert adding __visible to asmlinkage.
Instead we add __visible explicitely to all the symbols
that need it.
This reverts commit
128ea04a9885af9629059e631ddf0cab4815b589
.
Link:
http://lkml.kernel.org/r/1398984278-29319-2-git-send-email-andi@firstfloor.org
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
include/linux/linkage.h
patch
|
blob
|
history
diff --git
a/include/linux/linkage.h
b/include/linux/linkage.h
index 34a513a2727bbe83adff047613a1ad3458684ac2..a6a42dd024661324dbeed5b9cfaa028744bae154 100644
(file)
--- a/
include/linux/linkage.h
+++ b/
include/linux/linkage.h
@@
-12,9
+12,9
@@
#endif
#ifdef __cplusplus
-#define CPP_ASMLINKAGE extern "C"
__visible
+#define CPP_ASMLINKAGE extern "C"
#else
-#define CPP_ASMLINKAGE
__visible
+#define CPP_ASMLINKAGE
#endif
#ifndef asmlinkage