2008-10-23 05:26:29 +00:00
|
|
|
#ifndef _ASM_X86_MACH_GENERIC__MACH_IPI_H
|
|
|
|
#define _ASM_X86_MACH_GENERIC__MACH_IPI_H
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
#include <asm/genapic.h>
|
|
|
|
|
|
|
|
#define send_IPI_mask (genapic->send_IPI_mask)
|
|
|
|
#define send_IPI_allbutself (genapic->send_IPI_allbutself)
|
|
|
|
#define send_IPI_all (genapic->send_IPI_all)
|
|
|
|
|
2008-10-23 05:26:29 +00:00
|
|
|
#endif /* _ASM_X86_MACH_GENERIC__MACH_IPI_H */
|