Our send_IPI_*() methods and definitions are a twisted mess: the same symbol is defined to different things depending on .config details, in a non-transparent way. - spread out the quirks into separately named per apic driver methods - prefix the standard PC methods with default_ - get rid of wrapper macro obfuscation - clean up various details Signed-off-by: Ingo Molnar <mingo@elte.hu>
6 lines
155 B
C
6 lines
155 B
C
#ifndef _ASM_X86_MACH_GENERIC_MACH_IPI_H
|
|
#define _ASM_X86_MACH_GENERIC_MACH_IPI_H
|
|
|
|
#include <asm/genapic.h>
|
|
|
|
#endif /* _ASM_X86_MACH_GENERIC_MACH_IPI_H */
|