x86/apic: Remove the duplicated tracing version of local_timer_interrupt()
commit302a98f896bbd2feb1393d98e8b9febeb101db6e
authorThomas Gleixner <tglx@linutronix.de>
Mon, 28 Aug 2017 06:47:23 +0000 (28 08:47 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 29 Aug 2017 09:42:24 +0000 (29 11:42 +0200)
treeff84c94075b1185aa4d18ad00c3bb1af9fe606fd
parent11a7ffb01703c3bbb1e9b968893f4487a1b0b5a8
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