Merge remote-tracking branch 'lightnvm/for-next'
[deliverable/linux.git] / arch / x86 / entry / entry_32.S
index 0b56666e6039b9d090cc01c014ccba2b2662be88..64d29a3ad37676b079c6488a350b4de5debdae61 100644 (file)
@@ -44,6 +44,7 @@
 #include <asm/alternative-asm.h>
 #include <asm/asm.h>
 #include <asm/smap.h>
+#include <asm/export.h>
 
        .section .entry.text, "ax"
 
@@ -955,6 +956,7 @@ trace:
        jmp     ftrace_stub
 END(mcount)
 #endif /* CONFIG_DYNAMIC_FTRACE */
+EXPORT_SYMBOL(mcount)
 #endif /* CONFIG_FUNCTION_TRACER */
 
 #ifdef CONFIG_FUNCTION_GRAPH_TRACER
This page took 0.025574 seconds and 5 git commands to generate.