Commit-ID:  28596b6a8779b736829ad837f95fdc2e81bdd1ee
Gitweb:     http://git.kernel.org/tip/28596b6a8779b736829ad837f95fdc2e81bdd1ee
Author:     Andi Kleen <a...@linux.intel.com>
AuthorDate: Mon, 5 Aug 2013 15:02:50 -0700
Committer:  H. Peter Anvin <h...@linux.intel.com>
CommitDate: Tue, 6 Aug 2013 14:21:08 -0700

x86, asmlinkage, vdso: Mark vdso variables __visible

Signed-off-by: Andi Kleen <a...@linux.intel.com>
Link: 
http://lkml.kernel.org/r/1375740170-7446-17-git-send-email-a...@firstfloor.org
Signed-off-by: H. Peter Anvin <h...@linux.intel.com>
---
 arch/x86/include/asm/vvar.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/include/asm/vvar.h b/arch/x86/include/asm/vvar.h
index de656ac..d76ac40 100644
--- 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)
 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to