Skip to content

Commit

Permalink
objtool: Resync objtool's instruction decoder source code copy with t…
Browse files Browse the repository at this point in the history
…he 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]>
  • Loading branch information
jpoimboe authored and Ingo Molnar committed Nov 4, 2017
1 parent 649e441 commit da0db32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/objtool/arch/x86/insn/gen-insn-attr-x86.awk
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/awk -f
# SPDX-License-Identifier: GPL-2.0
# gen-insn-attr-x86.awk: Instruction attribute table generator
# Written by Masami Hiramatsu <[email protected]>
#
Expand Down

0 comments on commit da0db32

Please sign in to comment.