diff options
author | Josh Poimboeuf <jpoimboe@redhat.com> | 2017-09-18 22:43:32 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-09-28 03:39:03 -0400 |
commit | a8b88e84d124bc92c4808e72b8b8c0e0bb538630 (patch) | |
tree | bf5cfdf56126d11a1d29444f258c721b32b6b6fe | |
parent | 17270717e80de33a884ad328fea5f407d87f6d6a (diff) |
x86/head: Remove unused 'bad_address' code
It's no longer possible for this code to be executed, so remove it.
Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Cc: Jiri Slaby <jslaby@suse.cz>
Cc: Juergen Gross <jgross@suse.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/32a46fe92d2083700599b36872b26e7dfd7b7965.1505764066.git.jpoimboe@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r-- | arch/x86/kernel/head_64.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kernel/head_64.S b/arch/x86/kernel/head_64.S index 3b04e4c99389..afb0a1e22d41 100644 --- a/arch/x86/kernel/head_64.S +++ b/arch/x86/kernel/head_64.S | |||
@@ -265,9 +265,6 @@ ENDPROC(start_cpu0) | |||
265 | .quad init_thread_union + THREAD_SIZE - SIZEOF_PTREGS | 265 | .quad init_thread_union + THREAD_SIZE - SIZEOF_PTREGS |
266 | __FINITDATA | 266 | __FINITDATA |
267 | 267 | ||
268 | bad_address: | ||
269 | jmp bad_address | ||
270 | |||
271 | __INIT | 268 | __INIT |
272 | ENTRY(early_idt_handler_array) | 269 | ENTRY(early_idt_handler_array) |
273 | i = 0 | 270 | i = 0 |