On Thu, May 21, 2020 at 10:05:43PM +0200, Thomas Gleixner wrote: > From: Thomas Gleixner <t...@linutronix.de> > > Convert various hypervisor vectors to IDTENTRY_SYSVEC > - Implement the C entry point with DEFINE_IDTENTRY_SYSVEC > - Emit the ASM stub with DECLARE_IDTENTRY_SYSVEC > - Remove the ASM idtentries in 64bit > - Remove the BUILD_INTERRUPT entries in 32bit > - Remove the old prototypes > > No functional change. > > Signed-off-by: Thomas Gleixner <t...@linutronix.de> > Acked-by: Andy Lutomirski <l...@kernel.org>
For Hyper-V bits: Reviewed-by: Wei Liu <wei....@kernel.org>