x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINE
[linux-2.6-block.git] / tools / objtool / check.c
index 548ec3cd7c00ca532a286eca1e6ae46b20ae0101..84067f018f7ec5fd7f62b383ac020053eb4f5f59 100644 (file)
@@ -3984,7 +3984,7 @@ static int validate_retpoline(struct objtool_file *file)
                        } else
                                continue;
                } else {
-                       WARN_INSN(insn, "indirect %s found in RETPOLINE build",
+                       WARN_INSN(insn, "indirect %s found in MITIGATION_RETPOLINE build",
                                  insn->type == INSN_JUMP_DYNAMIC ? "jump" : "call");
                }