]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
objtool: Move synced files to their original relative locations
authorJosh Poimboeuf <jpoimboe@redhat.com>
Mon, 6 Nov 2017 13:21:50 +0000 (07:21 -0600)
committerIngo Molnar <mingo@kernel.org>
Tue, 7 Nov 2017 09:48:23 +0000 (10:48 +0100)
commit6a77cff819ae3e31992bde6432c9b5720748a89b
tree28e36f54f3157bfe9c65156857e9dedc872887f0
parent10259821ac47dbefa6f83ae57f1fa9f1f2c54b3d
objtool: Move synced files to their original relative locations

This will enable more straightforward comparisons, and it also makes the
files 100% identical.

Suggested-by: Ingo Molnar <mingo@kernel.org>
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/407b2aaa317741f48fcf821592c0e96ab3be1890.1509974346.git.jpoimboe@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
21 files changed:
tools/objtool/.gitignore
tools/objtool/Makefile
tools/objtool/arch/x86/Build
tools/objtool/arch/x86/decode.c
tools/objtool/arch/x86/include/asm/inat.h [new file with mode: 0644]
tools/objtool/arch/x86/include/asm/inat_types.h [new file with mode: 0644]
tools/objtool/arch/x86/include/asm/insn.h [new file with mode: 0644]
tools/objtool/arch/x86/include/asm/orc_types.h [new file with mode: 0644]
tools/objtool/arch/x86/insn/gen-insn-attr-x86.awk [deleted file]
tools/objtool/arch/x86/insn/inat.c [deleted file]
tools/objtool/arch/x86/insn/inat.h [deleted file]
tools/objtool/arch/x86/insn/inat_types.h [deleted file]
tools/objtool/arch/x86/insn/insn.c [deleted file]
tools/objtool/arch/x86/insn/insn.h [deleted file]
tools/objtool/arch/x86/insn/x86-opcode-map.txt [deleted file]
tools/objtool/arch/x86/lib/inat.c [new file with mode: 0644]
tools/objtool/arch/x86/lib/insn.c [new file with mode: 0644]
tools/objtool/arch/x86/lib/x86-opcode-map.txt [new file with mode: 0644]
tools/objtool/arch/x86/tools/gen-insn-attr-x86.awk [new file with mode: 0644]
tools/objtool/orc.h
tools/objtool/orc_types.h [deleted file]