projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1fe9ed
)
x86, espfix: Fix broken header guard
author
H. Peter Anvin
<hpa@linux.intel.com>
Fri, 2 May 2014 18:33:51 +0000
(11:33 -0700)
committer
H. Peter Anvin
<hpa@linux.intel.com>
Fri, 2 May 2014 18:34:17 +0000
(11:34 -0700)
Header guard is #ifndef, not #ifdef...
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/include/asm/espfix.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/espfix.h
b/arch/x86/include/asm/espfix.h
index 729051c82b02071d3955bae7691fb45076bb2371..99efebb2f69df5fd5a9d9fdf1a37c6a15ac38dd1 100644
(file)
--- a/
arch/x86/include/asm/espfix.h
+++ b/
arch/x86/include/asm/espfix.h
@@
-1,4
+1,4
@@
-#ifdef _ASM_X86_ESPFIX_H
+#if
n
def _ASM_X86_ESPFIX_H
#define _ASM_X86_ESPFIX_H
#ifdef CONFIG_X86_64