Re: [patch V6 21/37] x86/entry: Add IRQENTRY_IRQ macro

2020-05-19 Thread Andy Lutomirski
On Fri, May 15, 2020 at 5:10 PM Thomas Gleixner wrote: > > > Provide a seperate IDTENTRY macro for device interrupts. Similar to > IDTENTRY_ERRORCODE with the addition of invoking irq_enter/exit_rcu() and > providing the errorcode as a 'u8' argument to the C function, which > truncates the sign

[patch V6 21/37] x86/entry: Add IRQENTRY_IRQ macro

2020-05-15 Thread Thomas Gleixner
Provide a seperate IDTENTRY macro for device interrupts. Similar to IDTENTRY_ERRORCODE with the addition of invoking irq_enter/exit_rcu() and providing the errorcode as a 'u8' argument to the C function, which truncates the sign extended vector number. Signed-off-by: Thomas Gleixner diff