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
/
power
/
cpu.c
diff --git
a/arch/x86/power/cpu.c
b/arch/x86/power/cpu.c
index
f10c0af
..
4889655
100644
(file)
--- a/
arch/x86/power/cpu.c
+++ b/
arch/x86/power/cpu.c
@@
-20,6
+20,7
@@
#include <asm/xcr.h>
#include <asm/suspend.h>
#include <asm/debugreg.h>
+#include <asm/fpu-internal.h> /* pcntxt_mask */
#ifdef CONFIG_X86_32
static struct saved_context saved_context;