aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2014-05-02 11:33:51 -0700
committerStefan Bader <stefan.bader@canonical.com>2014-12-15 15:00:57 +0100
commit8db0fc924fae2990b635dd565157d530255ccf6c (patch)
tree49bce75cdfaa80e7c0210e0f578d89fbc077c26b
parentaed3537ddcdec29339f8b9f068c49f4540569d85 (diff)
downloadlinux-2.6.32.y-drm33.z-8db0fc924fae2990b635dd565157d530255ccf6c.tar.gz
x86, espfix: Fix broken header guard
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> Signed-off-by: Ben Hutchings <ben@decadent.org.uk> (cherry picked from 3.2 commit 7d4a9eabfe6c7fed70941aceb3b20bf393652bcb) Signed-off-by: Willy Tarreau <w@1wt.eu> Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
-rw-r--r--arch/x86/include/asm/espfix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/espfix.h b/arch/x86/include/asm/espfix.h
index e2fb446be41a56..f017535c347cda 100644
--- a/arch/x86/include/asm/espfix.h
+++ b/arch/x86/include/asm/espfix.h
@@ -1,4 +1,4 @@
-#ifdef _ASM_X86_ESPFIX_H
+#ifndef _ASM_X86_ESPFIX_H
#define _ASM_X86_ESPFIX_H
#ifdef CONFIG_X86_64