mach_ipi.h 298 B

12345678910
  1. #ifndef _ASM_X86_MACH_GENERIC_MACH_IPI_H
  2. #define _ASM_X86_MACH_GENERIC_MACH_IPI_H
  3. #include <asm/genapic.h>
  4. #define send_IPI_mask (apic->send_IPI_mask)
  5. #define send_IPI_allbutself (apic->send_IPI_allbutself)
  6. #define send_IPI_all (apic->send_IPI_all)
  7. #endif /* _ASM_X86_MACH_GENERIC_MACH_IPI_H */