mach_ipi.h 310 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 (genapic->send_IPI_mask)
  5. #define send_IPI_allbutself (genapic->send_IPI_allbutself)
  6. #define send_IPI_all (genapic->send_IPI_all)
  7. #endif /* ASM_X86__MACH_GENERIC__MACH_IPI_H */