aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool/cfi.h
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2020-03-25 15:34:50 +0100
committerIngo Molnar <mingo@kernel.org>2020-04-22 10:53:50 +0200
commita3608f5954d07a40fb93764dc6d06195fa52eb14 (patch)
treeac641ae87b750fd2a01c7f874ebfc52b3056a86f /tools/objtool/cfi.h
parentobjtool: Remove SAVE/RESTORE hints (diff)
downloadlinux-dev-a3608f5954d07a40fb93764dc6d06195fa52eb14.tar.xz
linux-dev-a3608f5954d07a40fb93764dc6d06195fa52eb14.zip
objtool: Rename struct cfi_state
There's going to be a new struct cfi_state, rename this one to make place. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Reviewed-by: Miroslav Benes <mbenes@suse.cz> Reviewed-by: Alexandre Chartre <alexandre.chartre@oracle.com> Acked-by: Josh Poimboeuf <jpoimboe@redhat.com> Link: https://lkml.kernel.org/r/20200416115118.986441913@infradead.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/objtool/cfi.h')
-rw-r--r--tools/objtool/cfi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/objtool/cfi.h b/tools/objtool/cfi.h
index 1a3e7b807994..6faf97666d6b 100644
--- a/tools/objtool/cfi.h
+++ b/tools/objtool/cfi.h
@@ -18,7 +18,7 @@ struct cfi_reg {
int offset;
};
-struct cfi_state {
+struct cfi_init_state {
struct cfi_reg cfa;
struct cfi_reg regs[CFI_NUM_REGS];
};