Skip to content

Commit da0db32

Browse files
jpoimboeIngo Molnar
authored andcommitted
objtool: Resync objtool's instruction decoder source code copy with the kernel's latest version
This fixes the following warning: warning: objtool: x86 instruction decoder differs from kernel Reported-by: Stephen Rothwell <[email protected]> Signed-off-by: Josh Poimboeuf <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Link: http://lkml.kernel.org/r/013315a808ccf5580abc293808827c8e2b5e1354.1509719152.git.jpoimboe@redhat.com Signed-off-by: Ingo Molnar <[email protected]>
1 parent 649e441 commit da0db32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/objtool/arch/x86/insn/gen-insn-attr-x86.awk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/awk -f
2+
# SPDX-License-Identifier: GPL-2.0
23
# gen-insn-attr-x86.awk: Instruction attribute table generator
34
# Written by Masami Hiramatsu <[email protected]>
45
#

0 commit comments

Comments
 (0)