diff options
Diffstat (limited to 'arch/x86/kernel/fpu/bugs.c')
| -rw-r--r-- | arch/x86/kernel/fpu/bugs.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/x86/kernel/fpu/bugs.c b/arch/x86/kernel/fpu/bugs.c index 2954fab15e51..edbafc5940e3 100644 --- a/arch/x86/kernel/fpu/bugs.c +++ b/arch/x86/kernel/fpu/bugs.c @@ -2,7 +2,10 @@ /* * x86 FPU bug checks: */ -#include <asm/fpu/internal.h> +#include <linux/printk.h> + +#include <asm/cpufeature.h> +#include <asm/fpu/api.h> /* * Boot time CPU/FPU FDIV bug detection code: |
