Skip to content
  • Leonid Gasheev's avatar
    x86: irq_pipeline: fix interrupt vector name for Hyper-V · f29eaf7c
    Leonid Gasheev authored and Philippe Gerum's avatar Philippe Gerum committed
    
    
    This fixes the following compilation error:
    
     CC      arch/x86/hyperv/hv_init.o
    In file included from ../arch/x86/hyperv/hv_init.c:18:0:
    ../arch/x86/hyperv/hv_init.c: In function 'sysvec_hyperv_reenlightenment':
    ../arch/x86/hyperv/hv_init.c:156:34:
    error: 'HYPERVISOR_REENLIGHTENMENT_VECTOR' undeclared (first use in this function);
    did you mean 'HYPERV_REENLIGHTENMENT_VECTOR'?
     DEFINE_IDTENTRY_SYSVEC_PIPELINED(HYPERVISOR_REENLIGHTENMENT_VECTOR,
    
    Aligned with the arch/x86/include/asm/irq_vectors.h file
    
    Signed-off-by: default avatarLeonid Gasheev <vtk-powerlab@yandex.ru>
    f29eaf7c