mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 06:37:59 +00:00
x86, asmlinkage, vdso: Mark vdso variables __visible
Signed-off-by: Andi Kleen <ak@linux.intel.com> Link: http://lkml.kernel.org/r/1375740170-7446-17-git-send-email-andi@firstfloor.org Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
parent
d6efc2f724
commit
28596b6a87
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
#define DEFINE_VVAR(type, name) \
|
#define DEFINE_VVAR(type, name) \
|
||||||
type name \
|
type name \
|
||||||
__attribute__((section(".vvar_" #name), aligned(16)))
|
__attribute__((section(".vvar_" #name), aligned(16))) __visible
|
||||||
|
|
||||||
#define VVAR(name) (*vvaraddr_ ## name)
|
#define VVAR(name) (*vvaraddr_ ## name)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue