x86/idt: Remove superfluous ALIGNment
authorJiri Slaby <jslaby@suse.cz>
Thu, 31 Aug 2017 12:16:53 +0000 (14:16 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 31 Aug 2017 13:47:02 +0000 (15:47 +0200)
commit04b5de3a8f54fad8bb838827de85381bc6a5bc61
treef06a53aebd91a7d8e330c2f1ac347ab565d2f30c
parent594a30fb12424717a41c62323d2a8bf167dbccad
x86/idt: Remove superfluous ALIGNment

Commit 87e81786b13b ("x86/idt: Move early IDT setup out of 32-bit asm")
switched early_ignore_irq to use ENTRY. ENTRY aligns the code, so there
is no need for one more ALIGN right before the function.

And add one \n after the function to separate it from the data.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Link: http://lkml.kernel.org/r/20170831121653.28917-1-jslaby@suse.cz
arch/x86/kernel/head_32.S