]> git.baikalelectronics.ru Git - kernel.git/commit
x86/irq: Use generic irq_regs implementation
authorThomas Gleixner <tglx@linutronix.de>
Thu, 21 May 2020 20:05:33 +0000 (22:05 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Jun 2020 13:15:11 +0000 (15:15 +0200)
commitd991b3b77fbdbef5b0a1fb1921e19704132632f3
tree44a668bb804472fc0252c75a056607d61c8e5cc5
parenta1bf29880012e8a4490f22c9e3fdfb88045e740d
x86/irq: Use generic irq_regs implementation

The only difference is the name of the per-CPU variable: irq_regs
vs. __irq_regs, but the accessor functions are identical.

Remove the pointless copy and use the generic variant.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Andy Lutomirski <luto@kernel.org>
Link: https://lore.kernel.org/r/20200521202118.704169051@linutronix.de
arch/x86/include/asm/irq_regs.h [deleted file]
arch/x86/kernel/irq.c