diff options
Diffstat (limited to 'include/asm-x86/ipi.h')
| -rw-r--r-- | include/asm-x86/ipi.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-x86/ipi.h b/include/asm-x86/ipi.h index bb1c09f7a76c..c1b226797518 100644 --- a/include/asm-x86/ipi.h +++ b/include/asm-x86/ipi.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | #ifndef __ASM_IPI_H | 1 | #ifndef ASM_X86__IPI_H |
| 2 | #define __ASM_IPI_H | 2 | #define ASM_X86__IPI_H |
| 3 | 3 | ||
| 4 | /* | 4 | /* |
| 5 | * Copyright 2004 James Cleverdon, IBM. | 5 | * Copyright 2004 James Cleverdon, IBM. |
| @@ -129,4 +129,4 @@ static inline void send_IPI_mask_sequence(cpumask_t mask, int vector) | |||
| 129 | local_irq_restore(flags); | 129 | local_irq_restore(flags); |
| 130 | } | 130 | } |
| 131 | 131 | ||
| 132 | #endif /* __ASM_IPI_H */ | 132 | #endif /* ASM_X86__IPI_H */ |
