projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebb3e5b
)
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
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 7 Aug 2014 21:30:26 +0000
(14:30 -0700)
commit
20b68535cd27183ebd3651ff313afb2b97dac941
upstream.
Header guard is #ifndef, not #ifdef...
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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