diff options
author | Josh Poimboeuf <jpoimboe@redhat.com> | 2017-11-06 16:21:50 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-11-07 12:48:23 +0300 |
commit | 6a77cff819ae3e31992bde6432c9b5720748a89b (patch) | |
tree | 28e36f54f3157bfe9c65156857e9dedc872887f0 /tools/objtool/.gitignore | |
parent | 10259821ac47dbefa6f83ae57f1fa9f1f2c54b3d (diff) | |
download | linux-6a77cff819ae3e31992bde6432c9b5720748a89b.tar.xz |
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>
Diffstat (limited to 'tools/objtool/.gitignore')
-rw-r--r-- | tools/objtool/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/objtool/.gitignore b/tools/objtool/.gitignore index d3102c865a95..914cff12899b 100644 --- a/tools/objtool/.gitignore +++ b/tools/objtool/.gitignore @@ -1,3 +1,3 @@ -arch/x86/insn/inat-tables.c +arch/x86/lib/inat-tables.c objtool fixdep |