aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/nops.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/nops.h')
-rw-r--r--arch/x86/include/asm/nops.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/nops.h b/arch/x86/include/asm/nops.h
index ae742721ae73..ad2668ee1aa7 100644
--- a/arch/x86/include/asm/nops.h
+++ b/arch/x86/include/asm/nops.h
@@ -1,5 +1,5 @@
1#ifndef ASM_X86__NOPS_H 1#ifndef _ASM_X86_NOPS_H
2#define ASM_X86__NOPS_H 2#define _ASM_X86_NOPS_H
3 3
4/* Define nops for use with alternative() */ 4/* Define nops for use with alternative() */
5 5
@@ -115,4 +115,4 @@
115 115
116#define ASM_NOP_MAX 8 116#define ASM_NOP_MAX 8
117 117
118#endif /* ASM_X86__NOPS_H */ 118#endif /* _ASM_X86_NOPS_H */