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
/
process_32.c
diff --git
a/arch/x86/kernel/process_32.c
b/arch/x86/kernel/process_32.c
index
c08d1ff
..
ee32dee
100644
(file)
--- a/
arch/x86/kernel/process_32.c
+++ b/
arch/x86/kernel/process_32.c
@@
-45,6
+45,7
@@
#include <asm/ldt.h>
#include <asm/processor.h>
#include <asm/i387.h>
+#include <asm/fpu-internal.h>
#include <asm/desc.h>
#ifdef CONFIG_MATH_EMULATION
#include <asm/math_emu.h>