aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/crypto/crc32c-intel_glue.c1
-rw-r--r--arch/x86/crypto/sha-mb/sha1_mb.c1
-rw-r--r--arch/x86/ia32/ia32_signal.c1
-rw-r--r--arch/x86/include/asm/fpu-internal.h9
-rw-r--r--arch/x86/kernel/cpu/common.c1
-rw-r--r--arch/x86/kernel/process.c1
-rw-r--r--arch/x86/kernel/process_32.c1
-rw-r--r--arch/x86/kernel/process_64.c1
-rw-r--r--arch/x86/kernel/ptrace.c1
-rw-r--r--arch/x86/kernel/signal.c1
-rw-r--r--arch/x86/kernel/smpboot.c1
-rw-r--r--arch/x86/kernel/traps.c1
-rw-r--r--arch/x86/kvm/x86.c2
-rw-r--r--arch/x86/mm/mpx.c1
14 files changed, 3 insertions, 20 deletions
diff --git a/arch/x86/crypto/crc32c-intel_glue.c b/arch/x86/crypto/crc32c-intel_glue.c
index 28640c3d6af7..470522cb042a 100644
--- a/arch/x86/crypto/crc32c-intel_glue.c
+++ b/arch/x86/crypto/crc32c-intel_glue.c
@@ -32,7 +32,6 @@
32 32
33#include <asm/cpufeature.h> 33#include <asm/cpufeature.h>
34#include <asm/cpu_device_id.h> 34#include <asm/cpu_device_id.h>
35#include <asm/i387.h>
36#include <asm/fpu-internal.h> 35#include <asm/fpu-internal.h>
37 36
38#define CHKSUM_BLOCK_SIZE 1 37#define CHKSUM_BLOCK_SIZE 1
diff --git a/arch/x86/crypto/sha-mb/sha1_mb.c b/arch/x86/crypto/sha-mb/sha1_mb.c
index e510b1c5d690..15373786494f 100644
--- a/arch/x86/crypto/sha-mb/sha1_mb.c
+++ b/arch/x86/crypto/sha-mb/sha1_mb.c
@@ -65,7 +65,6 @@
65#include <crypto/mcryptd.h> 65#include <crypto/mcryptd.h>
66#include <crypto/crypto_wq.h> 66#include <crypto/crypto_wq.h>
67#include <asm/byteorder.h> 67#include <asm/byteorder.h>
68#include <asm/i387.h>
69#include <asm/xcr.h> 68#include <asm/xcr.h>
70#include <asm/xsave.h> 69#include <asm/xsave.h>
71#include <linux/hardirq.h> 70#include <linux/hardirq.h>
diff --git a/arch/x86/ia32/ia32_signal.c b/arch/x86/ia32/ia32_signal.c
index c81d35e6c7f1..4bafd5b05aca 100644
--- a/arch/x86/ia32/ia32_signal.c
+++ b/arch/x86/ia32/ia32_signal.c
@@ -21,7 +21,6 @@
21#include <linux/binfmts.h> 21#include <linux/binfmts.h>
22#include <asm/ucontext.h> 22#include <asm/ucontext.h>
23#include <asm/uaccess.h> 23#include <asm/uaccess.h>
24#include <asm/i387.h>
25#include <asm/fpu-internal.h> 24#include <asm/fpu-internal.h>
26#include <asm/ptrace.h> 25#include <asm/ptrace.h>
27#include <asm/ia32_unistd.h> 26#include <asm/ia32_unistd.h>
diff --git a/arch/x86/include/asm/fpu-internal.h b/arch/x86/include/asm/fpu-internal.h
index f85d21b68901..c3b7bd12f18f 100644
--- a/arch/x86/include/asm/fpu-internal.h
+++ b/arch/x86/include/asm/fpu-internal.h
@@ -10,18 +10,13 @@
10#ifndef _FPU_INTERNAL_H 10#ifndef _FPU_INTERNAL_H
11#define _FPU_INTERNAL_H 11#define _FPU_INTERNAL_H
12 12
13#include <linux/kernel_stat.h>
14#include <linux/regset.h> 13#include <linux/regset.h>
15#include <linux/compat.h> 14#include <linux/compat.h>
16#include <linux/slab.h> 15#include <linux/slab.h>
17#include <asm/asm.h> 16
18#include <asm/cpufeature.h>
19#include <asm/processor.h>
20#include <asm/sigcontext.h>
21#include <asm/user.h> 17#include <asm/user.h>
22#include <asm/uaccess.h> 18#include <asm/i387.h>
23#include <asm/xsave.h> 19#include <asm/xsave.h>
24#include <asm/smap.h>
25 20
26#ifdef CONFIG_X86_64 21#ifdef CONFIG_X86_64
27# include <asm/sigcontext32.h> 22# include <asm/sigcontext32.h>
diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c
index b8035b8dd186..220ad95e0e28 100644
--- a/arch/x86/kernel/cpu/common.c
+++ b/arch/x86/kernel/cpu/common.c
@@ -31,7 +31,6 @@
31#include <asm/setup.h> 31#include <asm/setup.h>
32#include <asm/apic.h> 32#include <asm/apic.h>
33#include <asm/desc.h> 33#include <asm/desc.h>
34#include <asm/i387.h>
35#include <asm/fpu-internal.h> 34#include <asm/fpu-internal.h>
36#include <asm/mtrr.h> 35#include <asm/mtrr.h>
37#include <linux/numa.h> 36#include <linux/numa.h>
diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c
index c7793addc237..35d0f1925524 100644
--- a/arch/x86/kernel/process.c
+++ b/arch/x86/kernel/process.c
@@ -25,7 +25,6 @@
25#include <asm/idle.h> 25#include <asm/idle.h>
26#include <asm/uaccess.h> 26#include <asm/uaccess.h>
27#include <asm/mwait.h> 27#include <asm/mwait.h>
28#include <asm/i387.h>
29#include <asm/fpu-internal.h> 28#include <asm/fpu-internal.h>
30#include <asm/debugreg.h> 29#include <asm/debugreg.h>
31#include <asm/nmi.h> 30#include <asm/nmi.h>
diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32.c
index 8ed2106b06da..84d647d4b14d 100644
--- a/arch/x86/kernel/process_32.c
+++ b/arch/x86/kernel/process_32.c
@@ -39,7 +39,6 @@
39#include <asm/pgtable.h> 39#include <asm/pgtable.h>
40#include <asm/ldt.h> 40#include <asm/ldt.h>
41#include <asm/processor.h> 41#include <asm/processor.h>
42#include <asm/i387.h>
43#include <asm/fpu-internal.h> 42#include <asm/fpu-internal.h>
44#include <asm/desc.h> 43#include <asm/desc.h>
45#ifdef CONFIG_MATH_EMULATION 44#ifdef CONFIG_MATH_EMULATION
diff --git a/arch/x86/kernel/process_64.c b/arch/x86/kernel/process_64.c
index ddfdbf74f174..ae6efeccb46e 100644
--- a/arch/x86/kernel/process_64.c
+++ b/arch/x86/kernel/process_64.c
@@ -38,7 +38,6 @@
38 38
39#include <asm/pgtable.h> 39#include <asm/pgtable.h>
40#include <asm/processor.h> 40#include <asm/processor.h>
41#include <asm/i387.h>
42#include <asm/fpu-internal.h> 41#include <asm/fpu-internal.h>
43#include <asm/mmu_context.h> 42#include <asm/mmu_context.h>
44#include <asm/prctl.h> 43#include <asm/prctl.h>
diff --git a/arch/x86/kernel/ptrace.c b/arch/x86/kernel/ptrace.c
index a7bc79480719..69451b8965f7 100644
--- a/arch/x86/kernel/ptrace.c
+++ b/arch/x86/kernel/ptrace.c
@@ -28,7 +28,6 @@
28#include <asm/uaccess.h> 28#include <asm/uaccess.h>
29#include <asm/pgtable.h> 29#include <asm/pgtable.h>
30#include <asm/processor.h> 30#include <asm/processor.h>
31#include <asm/i387.h>
32#include <asm/fpu-internal.h> 31#include <asm/fpu-internal.h>
33#include <asm/debugreg.h> 32#include <asm/debugreg.h>
34#include <asm/ldt.h> 33#include <asm/ldt.h>
diff --git a/arch/x86/kernel/signal.c b/arch/x86/kernel/signal.c
index 1ea14fd53933..35f867aa597e 100644
--- a/arch/x86/kernel/signal.c
+++ b/arch/x86/kernel/signal.c
@@ -26,7 +26,6 @@
26 26
27#include <asm/processor.h> 27#include <asm/processor.h>
28#include <asm/ucontext.h> 28#include <asm/ucontext.h>
29#include <asm/i387.h>
30#include <asm/fpu-internal.h> 29#include <asm/fpu-internal.h>
31#include <asm/vdso.h> 30#include <asm/vdso.h>
32#include <asm/mce.h> 31#include <asm/mce.h>
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c
index 50e547eac8cd..60e331ceb844 100644
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
@@ -68,7 +68,6 @@
68#include <asm/mwait.h> 68#include <asm/mwait.h>
69#include <asm/apic.h> 69#include <asm/apic.h>
70#include <asm/io_apic.h> 70#include <asm/io_apic.h>
71#include <asm/i387.h>
72#include <asm/fpu-internal.h> 71#include <asm/fpu-internal.h>
73#include <asm/setup.h> 72#include <asm/setup.h>
74#include <asm/uv/uv.h> 73#include <asm/uv/uv.h>
diff --git a/arch/x86/kernel/traps.c b/arch/x86/kernel/traps.c
index 231aa579d9cd..465b335e7491 100644
--- a/arch/x86/kernel/traps.c
+++ b/arch/x86/kernel/traps.c
@@ -54,7 +54,6 @@
54#include <asm/ftrace.h> 54#include <asm/ftrace.h>
55#include <asm/traps.h> 55#include <asm/traps.h>
56#include <asm/desc.h> 56#include <asm/desc.h>
57#include <asm/i387.h>
58#include <asm/fpu-internal.h> 57#include <asm/fpu-internal.h>
59#include <asm/mce.h> 58#include <asm/mce.h>
60#include <asm/fixmap.h> 59#include <asm/fixmap.h>
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c
index 26b1f89fc608..be276e0fe0ff 100644
--- a/arch/x86/kvm/x86.c
+++ b/arch/x86/kvm/x86.c
@@ -59,7 +59,7 @@
59#include <asm/desc.h> 59#include <asm/desc.h>
60#include <asm/mtrr.h> 60#include <asm/mtrr.h>
61#include <asm/mce.h> 61#include <asm/mce.h>
62#include <asm/i387.h> 62#include <linux/kernel_stat.h>
63#include <asm/fpu-internal.h> /* Ugh! */ 63#include <asm/fpu-internal.h> /* Ugh! */
64#include <asm/xcr.h> 64#include <asm/xcr.h>
65#include <asm/pvclock.h> 65#include <asm/pvclock.h>
diff --git a/arch/x86/mm/mpx.c b/arch/x86/mm/mpx.c
index c439ec478216..37ad432e7f16 100644
--- a/arch/x86/mm/mpx.c
+++ b/arch/x86/mm/mpx.c
@@ -10,7 +10,6 @@
10#include <linux/syscalls.h> 10#include <linux/syscalls.h>
11#include <linux/sched/sysctl.h> 11#include <linux/sched/sysctl.h>
12 12
13#include <asm/i387.h>
14#include <asm/insn.h> 13#include <asm/insn.h>
15#include <asm/mman.h> 14#include <asm/mman.h>
16#include <asm/mmu_context.h> 15#include <asm/mmu_context.h>