aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/sipi.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/sipi.h')
-rw-r--r--arch/x86/include/asm/sipi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/sipi.h b/arch/x86/include/asm/sipi.h
index 1ab6c28..2483422 100644
--- a/arch/x86/include/asm/sipi.h
+++ b/arch/x86/include/asm/sipi.h
@@ -10,7 +10,7 @@
#define AP_DEFAULT_BASE 0x30000
#define AP_DEFAULT_SIZE 0x10000
-#ifndef __ASSEMBLER__
+#ifndef __ASSEMBLY__
/**
* struct sipi_params_16bit - 16-bit SIPI entry-point parameters
@@ -81,6 +81,6 @@ void ap_start(void);
extern char sipi_params_16bit[];
extern char sipi_params[];
-#endif /* __ASSEMBLER__ */
+#endif /* __ASSEMBLY__ */
#endif