Upgrade to 4.4.50-rt62
[kvmfornfv.git] / kernel / arch / x86 / entry / entry_32.S
index 2d722ee..3bcef8b 100644 (file)
@@ -782,8 +782,8 @@ ftrace_graph_call:
        jmp     ftrace_stub
 #endif
 
-.globl ftrace_stub
-ftrace_stub:
+/* This is weak to keep gas from relaxing the jumps */
+WEAK(ftrace_stub)
        ret
 END(ftrace_caller)