]> 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)
commitc861f3216f9138a4f30e0b3f7e9b1a0eb52fb985
tree44a668bb804472fc0252c75a056607d61c8e5cc5
parent2f3bd14dd20721b478e2474397083c8299b6534c
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