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)
commit79b9c183021ef3f5ca2d5168cd3fd442580eca09
tree44a668bb804472fc0252c75a056607d61c8e5cc5
parent74ebed3193aa4964b6cb9d146c9c01c7759ef4f2
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