projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
649e441
)
objtool: Resync objtool's instruction decoder source code copy with the kernel's...
author
Josh Poimboeuf
<jpoimboe@redhat.com>
Fri, 3 Nov 2017 14:31:43 +0000
(09:31 -0500)
committer
Ingo Molnar
<mingo@kernel.org>
Sat, 4 Nov 2017 07:54:06 +0000
(08:54 +0100)
This fixes the following warning:
warning: objtool: x86 instruction decoder differs from kernel
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link:
http://lkml.kernel.org/r/013315a808ccf5580abc293808827c8e2b5e1354.1509719152.git.jpoimboe@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
tools/objtool/arch/x86/insn/gen-insn-attr-x86.awk
patch
|
blob
|
history
diff --git
a/tools/objtool/arch/x86/insn/gen-insn-attr-x86.awk
b/tools/objtool/arch/x86/insn/gen-insn-attr-x86.awk
index
a3d2c62
..
b02a36b
100644
(file)
--- a/
tools/objtool/arch/x86/insn/gen-insn-attr-x86.awk
+++ b/
tools/objtool/arch/x86/insn/gen-insn-attr-x86.awk
@@
-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 <mhiramat@redhat.com>
#