]> git.baikalelectronics.ru Git - kernel.git/commit
x86/apic: Remove the duplicated tracing version of local_timer_interrupt()
authorThomas Gleixner <tglx@linutronix.de>
Mon, 28 Aug 2017 06:47:23 +0000 (08:47 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 29 Aug 2017 09:42:24 +0000 (11:42 +0200)
commitf8f42a76e6ab0f31bd0296e54fd5dc7d2be500bb
treeff84c94075b1185aa4d18ad00c3bb1af9fe606fd
parent6c0bca810386d3ae6b5138e2746c5d46f5253cbf
x86/apic: Remove the duplicated tracing version of local_timer_interrupt()

The two NOP5s are noise in the rest of the work which is done by the timer
interrupt and modern CPUs are pretty good in optimizing NOPs anyway.

Get rid of the interrupt handler duplication and move the tracepoints into
the regular handler.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
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>
Link: http://lkml.kernel.org/r/20170828064956.751247330@linutronix.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/include/asm/hw_irq.h
arch/x86/kernel/apic/apic.c