[patch V3 12/44] x86/irqwork: Get rid of duplicated tracing interrupt code

2017-08-28 Thread Thomas Gleixner
Two NOP5 are a reasonable tradeoff to avoid duplicated code and the requirement to switch the IDT. Signed-off-by: Thomas Gleixner --- arch/x86/include/asm/hw_irq.h |2 +- arch/x86/kernel/irq_work.c| 16 ++-- 2 files changed, 3 insertions(+), 15

[patch V3 12/44] x86/irqwork: Get rid of duplicated tracing interrupt code

2017-08-28 Thread Thomas Gleixner
Two NOP5 are a reasonable tradeoff to avoid duplicated code and the requirement to switch the IDT. Signed-off-by: Thomas Gleixner --- arch/x86/include/asm/hw_irq.h |2 +- arch/x86/kernel/irq_work.c| 16 ++-- 2 files changed, 3 insertions(+), 15 deletions(-) ---