[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-b48cbd27b38ed3aef56a02dca2a4853fa5dabb1f@git.kernel.org>
Date: Sun, 16 Nov 2014 04:34:06 -0800
From: tip-bot for Dave Hansen <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: fenghua.yu@...el.com, mingo@...nel.org, tglx@...utronix.de,
dave.hansen@...ux.intel.com, hpa@...or.com,
linux-kernel@...r.kernel.org
Subject: [tip:x86/fpu] x86: Add #include user.h to xsave.h
Commit-ID: b48cbd27b38ed3aef56a02dca2a4853fa5dabb1f
Gitweb: http://git.kernel.org/tip/b48cbd27b38ed3aef56a02dca2a4853fa5dabb1f
Author: Dave Hansen <dave.hansen@...ux.intel.com>
AuthorDate: Tue, 11 Nov 2014 14:01:31 -0800
Committer: Ingo Molnar <mingo@...nel.org>
CommitDate: Sun, 16 Nov 2014 11:30:39 +0100
x86: Add #include user.h to xsave.h
xsave.h uses USER_XSTATE_FX_SW_WORDS, but does not include
user.h.
Add the include.
Signed-off-by: Dave Hansen <dave.hansen@...ux.intel.com>
Cc: Fenghua Yu <fenghua.yu@...el.com>
Link: http://lkml.kernel.org/r/20141111220131.D86EE670@viggo.jf.intel.com
Signed-off-by: Ingo Molnar <mingo@...nel.org>
---
arch/x86/include/asm/xsave.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/x86/include/asm/xsave.h b/arch/x86/include/asm/xsave.h
index 7e7a79a..047797a 100644
--- a/arch/x86/include/asm/xsave.h
+++ b/arch/x86/include/asm/xsave.h
@@ -3,6 +3,7 @@
#include <linux/types.h>
#include <asm/processor.h>
+#include <asm/user.h>
#define XSTATE_CPUID 0x0000000d
--
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