[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1408708759-13164-1-git-send-email-linux@rasmusvillemoes.dk>
Date: Fri, 22 Aug 2014 13:59:17 +0200
From: Rasmus Villemoes <linux@...musvillemoes.dk>
To: Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
"H. Peter Anvin" <hpa@...or.com>
Cc: x86@...nel.org, linux-kernel@...r.kernel.org,
Rasmus Villemoes <linux@...musvillemoes.dk>
Subject: [PATCH 1/3] x86: kernel/tls.h: Add missing #define
The macro name suggests that the include guard idiom was meant, but
the #define was missing.
Signed-off-by: Rasmus Villemoes <linux@...musvillemoes.dk>
---
arch/x86/kernel/tls.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/x86/kernel/tls.h b/arch/x86/kernel/tls.h
index 2f083a2..a18e48b 100644
--- a/arch/x86/kernel/tls.h
+++ b/arch/x86/kernel/tls.h
@@ -11,6 +11,7 @@
*/
#ifndef _ARCH_X86_KERNEL_TLS_H
+#define _ARCH_X86_KERNEL_TLS_H
#include <linux/regset.h>
--
1.9.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists