diff options
Diffstat (limited to 'arch/um/kernel/skas')
-rw-r--r-- | arch/um/kernel/skas/clone.c | 8 | ||||
-rw-r--r-- | arch/um/kernel/skas/mmu.c | 16 | ||||
-rw-r--r-- | arch/um/kernel/skas/process.c | 12 | ||||
-rw-r--r-- | arch/um/kernel/skas/syscall.c | 10 | ||||
-rw-r--r-- | arch/um/kernel/skas/uaccess.c | 4 |
5 files changed, 25 insertions, 25 deletions
diff --git a/arch/um/kernel/skas/clone.c b/arch/um/kernel/skas/clone.c index e1fd066a3525..289771dadf81 100644 --- a/arch/um/kernel/skas/clone.c +++ b/arch/um/kernel/skas/clone.c | |||
@@ -7,10 +7,10 @@ | |||
7 | #include <sched.h> | 7 | #include <sched.h> |
8 | #include <asm/unistd.h> | 8 | #include <asm/unistd.h> |
9 | #include <sys/time.h> | 9 | #include <sys/time.h> |
10 | #include "as-layout.h" | 10 | #include <as-layout.h> |
11 | #include "ptrace_user.h" | 11 | #include <ptrace_user.h> |
12 | #include "stub-data.h" | 12 | #include <stub-data.h> |
13 | #include "sysdep/stub.h" | 13 | #include <sysdep/stub.h> |
14 | 14 | ||
15 | /* | 15 | /* |
16 | * This is in a separate file because it needs to be compiled with any | 16 | * This is in a separate file because it needs to be compiled with any |
diff --git a/arch/um/kernel/skas/mmu.c b/arch/um/kernel/skas/mmu.c index 0a49ef0c2bf4..ff03067a3b14 100644 --- a/arch/um/kernel/skas/mmu.c +++ b/arch/um/kernel/skas/mmu.c | |||
@@ -3,14 +3,14 @@ | |||
3 | * Licensed under the GPL | 3 | * Licensed under the GPL |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include "linux/mm.h" | 6 | #include <linux/mm.h> |
7 | #include "linux/sched.h" | 7 | #include <linux/sched.h> |
8 | #include "linux/slab.h" | 8 | #include <linux/slab.h> |
9 | #include "asm/pgalloc.h" | 9 | #include <asm/pgalloc.h> |
10 | #include "asm/pgtable.h" | 10 | #include <asm/pgtable.h> |
11 | #include "as-layout.h" | 11 | #include <as-layout.h> |
12 | #include "os.h" | 12 | #include <os.h> |
13 | #include "skas.h" | 13 | #include <skas.h> |
14 | 14 | ||
15 | extern int __syscall_stub_start; | 15 | extern int __syscall_stub_start; |
16 | 16 | ||
diff --git a/arch/um/kernel/skas/process.c b/arch/um/kernel/skas/process.c index 0a9e57e7446b..4da11b3c8ddb 100644 --- a/arch/um/kernel/skas/process.c +++ b/arch/um/kernel/skas/process.c | |||
@@ -3,12 +3,12 @@ | |||
3 | * Licensed under the GPL | 3 | * Licensed under the GPL |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include "linux/init.h" | 6 | #include <linux/init.h> |
7 | #include "linux/sched.h" | 7 | #include <linux/sched.h> |
8 | #include "as-layout.h" | 8 | #include <as-layout.h> |
9 | #include "kern.h" | 9 | #include <kern.h> |
10 | #include "os.h" | 10 | #include <os.h> |
11 | #include "skas.h" | 11 | #include <skas.h> |
12 | 12 | ||
13 | int new_mm(unsigned long stack) | 13 | int new_mm(unsigned long stack) |
14 | { | 14 | { |
diff --git a/arch/um/kernel/skas/syscall.c b/arch/um/kernel/skas/syscall.c index 86368a025a96..c0681e097432 100644 --- a/arch/um/kernel/skas/syscall.c +++ b/arch/um/kernel/skas/syscall.c | |||
@@ -3,11 +3,11 @@ | |||
3 | * Licensed under the GPL | 3 | * Licensed under the GPL |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include "linux/kernel.h" | 6 | #include <linux/kernel.h> |
7 | #include "linux/ptrace.h" | 7 | #include <linux/ptrace.h> |
8 | #include "kern_util.h" | 8 | #include <kern_util.h> |
9 | #include "sysdep/ptrace.h" | 9 | #include <sysdep/ptrace.h> |
10 | #include "sysdep/syscalls.h" | 10 | #include <sysdep/syscalls.h> |
11 | 11 | ||
12 | extern int syscall_table_size; | 12 | extern int syscall_table_size; |
13 | #define NR_SYSCALLS (syscall_table_size / sizeof(void *)) | 13 | #define NR_SYSCALLS (syscall_table_size / sizeof(void *)) |
diff --git a/arch/um/kernel/skas/uaccess.c b/arch/um/kernel/skas/uaccess.c index cd7df79c6a56..1d3e0c17340b 100644 --- a/arch/um/kernel/skas/uaccess.c +++ b/arch/um/kernel/skas/uaccess.c | |||
@@ -11,8 +11,8 @@ | |||
11 | #include <asm/current.h> | 11 | #include <asm/current.h> |
12 | #include <asm/page.h> | 12 | #include <asm/page.h> |
13 | #include <asm/pgtable.h> | 13 | #include <asm/pgtable.h> |
14 | #include "kern_util.h" | 14 | #include <kern_util.h> |
15 | #include "os.h" | 15 | #include <os.h> |
16 | 16 | ||
17 | pte_t *virt_to_pte(struct mm_struct *mm, unsigned long addr) | 17 | pte_t *virt_to_pte(struct mm_struct *mm, unsigned long addr) |
18 | { | 18 | { |