aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/export.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/export.h')
-rw-r--r--arch/x86/include/asm/export.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/include/asm/export.h b/arch/x86/include/asm/export.h
new file mode 100644
index 000000000000..138de56b13eb
--- /dev/null
+++ b/arch/x86/include/asm/export.h
@@ -0,0 +1,4 @@
+#ifdef CONFIG_64BIT
+#define KSYM_ALIGN 16
+#endif
+#include <asm-generic/export.h>