Merge remote-tracking branch 'tip/auto-latest'
[deliverable/linux.git] / arch / x86 / entry / entry_64.S
index c0373d6676744dc8c6121b4319e112ddf141d528..b9ca6b34b6c539d338445bd5ce5034b98fa41125 100644 (file)
@@ -35,6 +35,7 @@
 #include <asm/asm.h>
 #include <asm/smap.h>
 #include <asm/pgtable_types.h>
+#include <asm/export.h>
 #include <linux/err.h>
 
 /* Avoid __ASSEMBLER__'ifying <linux/audit.h> just for this.  */
@@ -831,6 +832,7 @@ ENTRY(native_load_gs_index)
        popfq
        ret
 END(native_load_gs_index)
+EXPORT_SYMBOL(native_load_gs_index)
 
        _ASM_EXTABLE(.Lgs_change, bad_gs)
        .section .fixup, "ax"
This page took 0.057395 seconds and 5 git commands to generate.