projects
/
linux-3.10.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
i387: Split up <asm/i387.h> into exported and internal interfaces
[linux-3.10.git]
/
arch
/
x86
/
kernel
/
xsave.c
diff --git
a/arch/x86/kernel/xsave.c
b/arch/x86/kernel/xsave.c
index
7110911
..
e62728e
100644
(file)
--- a/
arch/x86/kernel/xsave.c
+++ b/
arch/x86/kernel/xsave.c
@@
-6,6
+6,7
@@
#include <linux/bootmem.h>
#include <linux/compat.h>
#include <asm/i387.h>
+#include <asm/fpu-internal.h>
#ifdef CONFIG_IA32_EMULATION
#include <asm/sigcontext32.h>
#endif