projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6efc2f
)
x86, asmlinkage, vdso: Mark vdso variables __visible
author
Andi Kleen
<ak@linux.intel.com>
Mon, 5 Aug 2013 22:02:50 +0000
(15:02 -0700)
committer
H. Peter Anvin
<hpa@linux.intel.com>
Tue, 6 Aug 2013 21:21:08 +0000
(14:21 -0700)
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>
arch/x86/include/asm/vvar.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/vvar.h
b/arch/x86/include/asm/vvar.h
index
de656ac
..
d76ac40
100644
(file)
--- a/
arch/x86/include/asm/vvar.h
+++ b/
arch/x86/include/asm/vvar.h
@@
-35,7
+35,7
@@
#define DEFINE_VVAR(type, name) \
type name \
- __attribute__((section(".vvar_" #name), aligned(16)))
+ __attribute__((section(".vvar_" #name), aligned(16)))
__visible
#define VVAR(name) (*vvaraddr_ ## name)