diff options
author | Laura Abbott <labbott@redhat.com> | 2017-05-08 18:58:08 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-05-08 20:15:13 -0400 |
commit | e6c7c63001920a57f23c8f5d6f652bfc4bea327b (patch) | |
tree | b2d84c09feb22952ea163aace2a478d846300161 /arch/s390 | |
parent | d4bbc30bb059ec6bbb17edd3d3f98c5edeee7494 (diff) |
s390: use set_memory.h header
set_memory_* functions have moved to set_memory.h. Switch to this
explicitly
Link: http://lkml.kernel.org/r/1488920133-27229-5-git-send-email-labbott@redhat.com
Signed-off-by: Laura Abbott <labbott@redhat.com>
Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/kernel/ftrace.c | 1 | ||||
-rw-r--r-- | arch/s390/kernel/kprobes.c | 2 | ||||
-rw-r--r-- | arch/s390/kernel/machine_kexec.c | 1 | ||||
-rw-r--r-- | arch/s390/mm/init.c | 1 | ||||
-rw-r--r-- | arch/s390/mm/pageattr.c | 1 | ||||
-rw-r--r-- | arch/s390/mm/vmem.c | 1 | ||||
-rw-r--r-- | arch/s390/net/bpf_jit_comp.c | 1 |
7 files changed, 7 insertions, 1 deletions
diff --git a/arch/s390/kernel/ftrace.c b/arch/s390/kernel/ftrace.c index 60a8a4e207ed..27477f34cc0a 100644 --- a/arch/s390/kernel/ftrace.c +++ b/arch/s390/kernel/ftrace.c | |||
@@ -17,6 +17,7 @@ | |||
17 | #include <trace/syscall.h> | 17 | #include <trace/syscall.h> |
18 | #include <asm/asm-offsets.h> | 18 | #include <asm/asm-offsets.h> |
19 | #include <asm/cacheflush.h> | 19 | #include <asm/cacheflush.h> |
20 | #include <asm/set_memory.h> | ||
20 | #include "entry.h" | 21 | #include "entry.h" |
21 | 22 | ||
22 | /* | 23 | /* |
diff --git a/arch/s390/kernel/kprobes.c b/arch/s390/kernel/kprobes.c index 76f9eda1d7c0..3d6a99746454 100644 --- a/arch/s390/kernel/kprobes.c +++ b/arch/s390/kernel/kprobes.c | |||
@@ -31,7 +31,7 @@ | |||
31 | #include <linux/slab.h> | 31 | #include <linux/slab.h> |
32 | #include <linux/hardirq.h> | 32 | #include <linux/hardirq.h> |
33 | #include <linux/ftrace.h> | 33 | #include <linux/ftrace.h> |
34 | #include <asm/cacheflush.h> | 34 | #include <asm/set_memory.h> |
35 | #include <asm/sections.h> | 35 | #include <asm/sections.h> |
36 | #include <linux/uaccess.h> | 36 | #include <linux/uaccess.h> |
37 | #include <asm/dis.h> | 37 | #include <asm/dis.h> |
diff --git a/arch/s390/kernel/machine_kexec.c b/arch/s390/kernel/machine_kexec.c index db5658daf994..49a6bd45957b 100644 --- a/arch/s390/kernel/machine_kexec.c +++ b/arch/s390/kernel/machine_kexec.c | |||
@@ -26,6 +26,7 @@ | |||
26 | #include <asm/asm-offsets.h> | 26 | #include <asm/asm-offsets.h> |
27 | #include <asm/cacheflush.h> | 27 | #include <asm/cacheflush.h> |
28 | #include <asm/os_info.h> | 28 | #include <asm/os_info.h> |
29 | #include <asm/set_memory.h> | ||
29 | #include <asm/switch_to.h> | 30 | #include <asm/switch_to.h> |
30 | #include <asm/nmi.h> | 31 | #include <asm/nmi.h> |
31 | 32 | ||
diff --git a/arch/s390/mm/init.c b/arch/s390/mm/init.c index ee5066718b21..ee6a1d3d4983 100644 --- a/arch/s390/mm/init.c +++ b/arch/s390/mm/init.c | |||
@@ -39,6 +39,7 @@ | |||
39 | #include <asm/sections.h> | 39 | #include <asm/sections.h> |
40 | #include <asm/ctl_reg.h> | 40 | #include <asm/ctl_reg.h> |
41 | #include <asm/sclp.h> | 41 | #include <asm/sclp.h> |
42 | #include <asm/set_memory.h> | ||
42 | 43 | ||
43 | pgd_t swapper_pg_dir[PTRS_PER_PGD] __section(.bss..swapper_pg_dir); | 44 | pgd_t swapper_pg_dir[PTRS_PER_PGD] __section(.bss..swapper_pg_dir); |
44 | 45 | ||
diff --git a/arch/s390/mm/pageattr.c b/arch/s390/mm/pageattr.c index fc321c5ec30e..49e721f3645e 100644 --- a/arch/s390/mm/pageattr.c +++ b/arch/s390/mm/pageattr.c | |||
@@ -8,6 +8,7 @@ | |||
8 | #include <asm/facility.h> | 8 | #include <asm/facility.h> |
9 | #include <asm/pgtable.h> | 9 | #include <asm/pgtable.h> |
10 | #include <asm/page.h> | 10 | #include <asm/page.h> |
11 | #include <asm/set_memory.h> | ||
11 | 12 | ||
12 | static inline unsigned long sske_frame(unsigned long addr, unsigned char skey) | 13 | static inline unsigned long sske_frame(unsigned long addr, unsigned char skey) |
13 | { | 14 | { |
diff --git a/arch/s390/mm/vmem.c b/arch/s390/mm/vmem.c index 60d38993f232..c33c94b4be60 100644 --- a/arch/s390/mm/vmem.c +++ b/arch/s390/mm/vmem.c | |||
@@ -17,6 +17,7 @@ | |||
17 | #include <asm/setup.h> | 17 | #include <asm/setup.h> |
18 | #include <asm/tlbflush.h> | 18 | #include <asm/tlbflush.h> |
19 | #include <asm/sections.h> | 19 | #include <asm/sections.h> |
20 | #include <asm/set_memory.h> | ||
20 | 21 | ||
21 | static DEFINE_MUTEX(vmem_mutex); | 22 | static DEFINE_MUTEX(vmem_mutex); |
22 | 23 | ||
diff --git a/arch/s390/net/bpf_jit_comp.c b/arch/s390/net/bpf_jit_comp.c index 4ecf6d687509..6e97a2e3fd8d 100644 --- a/arch/s390/net/bpf_jit_comp.c +++ b/arch/s390/net/bpf_jit_comp.c | |||
@@ -24,6 +24,7 @@ | |||
24 | #include <linux/bpf.h> | 24 | #include <linux/bpf.h> |
25 | #include <asm/cacheflush.h> | 25 | #include <asm/cacheflush.h> |
26 | #include <asm/dis.h> | 26 | #include <asm/dis.h> |
27 | #include <asm/set_memory.h> | ||
27 | #include "bpf_jit.h" | 28 | #include "bpf_jit.h" |
28 | 29 | ||
29 | int bpf_jit_enable __read_mostly; | 30 | int bpf_jit_enable __read_mostly; |