[patch V2 08/44] x86/apic: Remove the duplicated tracing version of local_timer_interrupt

2017-08-25 Thread Thomas Gleixner
The two NOP5 are noise in the rest of the work which is done by the timer interrupt and modern CPUs are pretty good in optimizing nops. Get rid of the interrupt handler duplication and move the tracepoints into the regular handler. Signed-off-by: Thomas Gleixner Reviewed-by:

[patch V2 08/44] x86/apic: Remove the duplicated tracing version of local_timer_interrupt

2017-08-25 Thread Thomas Gleixner
The two NOP5 are noise in the rest of the work which is done by the timer interrupt and modern CPUs are pretty good in optimizing nops. Get rid of the interrupt handler duplication and move the tracepoints into the regular handler. Signed-off-by: Thomas Gleixner Reviewed-by: Steven Rostedt