root/arch/x86/include/asm/irq_work.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


DEFINITIONS

This source file includes following definitions.
  1. arch_irq_work_has_interrupt

#ifndef _ASM_IRQ_WORK_H
#define _ASM_IRQ_WORK_H

#include <asm/processor.h>

static inline bool arch_irq_work_has_interrupt(void)
{
        return cpu_has_apic;
}

#endif /* _ASM_IRQ_WORK_H */

/* [<][>][^][v][top][bottom][index][help] */