blob: f67433dbd65f9f85b549ee4e34efdf68385725f3 [file] [log] [blame]
Vegard Nossum77ef50a2008-06-18 17:08:48 +02001#ifndef ASM_X86__MACH_GENERIC__MACH_IPI_H
2#define ASM_X86__MACH_GENERIC__MACH_IPI_H
Linus Torvalds1da177e2005-04-16 15:20:36 -07003
4#include <asm/genapic.h>
5
6#define send_IPI_mask (genapic->send_IPI_mask)
7#define send_IPI_allbutself (genapic->send_IPI_allbutself)
8#define send_IPI_all (genapic->send_IPI_all)
9
Vegard Nossum77ef50a2008-06-18 17:08:48 +020010#endif /* ASM_X86__MACH_GENERIC__MACH_IPI_H */