forked from Minki/linux
c8d46cf06d
Rename genapic-> to apic-> references because in a future chagne we'll open-code all the indirect calls (instead of obscuring them via macros), so we want this reference to be as short as possible. Signed-off-by: Ingo Molnar <mingo@elte.hu>
11 lines
298 B
C
11 lines
298 B
C
#ifndef _ASM_X86_MACH_GENERIC_MACH_IPI_H
|
|
#define _ASM_X86_MACH_GENERIC_MACH_IPI_H
|
|
|
|
#include <asm/genapic.h>
|
|
|
|
#define send_IPI_mask (apic->send_IPI_mask)
|
|
#define send_IPI_allbutself (apic->send_IPI_allbutself)
|
|
#define send_IPI_all (apic->send_IPI_all)
|
|
|
|
#endif /* _ASM_X86_MACH_GENERIC_MACH_IPI_H */
|