]> 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)
commit2c0ed4ad89725aa93bda422a0c5d8869bd8142a1
treeff84c94075b1185aa4d18ad00c3bb1af9fe606fd
parent2e28898e41420691de5ca10b943c2f6650734684
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