OSDN Git Service

x86/idt: Clean up the i386 low level entry macros
authorThomas Gleixner <tglx@linutronix.de>
Mon, 28 Aug 2017 06:47:32 +0000 (08:47 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 29 Aug 2017 09:42:28 +0000 (11:42 +0200)
commit6f54f3ec6c5d866c0517e9cf444bed762c2a05b7
treec9287164e9baf1c91ec02dec18fb2e8efabdbb86
parent4b9a8dca0e58b6fee229795f77e902a4dfd116fe
x86/idt: Clean up the i386 low level entry macros

Some of the entry function defines for i386 were explictely using the
BUILD_INTERRUPT3() macro to prevent that the extra trace entry got added
via BUILD_INTERRUPT(). No that the trace cruft is gone, the file can be
cleaned up and converted to use BUILD_INTERRUPT() which avoids the ugly
line breaks.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Link: http://lkml.kernel.org/r/20170828064957.456815006@linutronix.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/include/asm/entry_arch.h