diff options
80 files changed, 0 insertions, 108 deletions
diff --git a/arch/um/drivers/chan_kern.c b/arch/um/drivers/chan_kern.c index 9fdfad649536..3aa351611763 100644 --- a/arch/um/drivers/chan_kern.c +++ b/arch/um/drivers/chan_kern.c | |||
@@ -12,7 +12,6 @@ | |||
12 | #include <linux/tty_flip.h> | 12 | #include <linux/tty_flip.h> |
13 | #include <asm/irq.h> | 13 | #include <asm/irq.h> |
14 | #include "chan_kern.h" | 14 | #include "chan_kern.h" |
15 | #include "user_util.h" | ||
16 | #include "kern.h" | 15 | #include "kern.h" |
17 | #include "irq_user.h" | 16 | #include "irq_user.h" |
18 | #include "sigio.h" | 17 | #include "sigio.h" |
diff --git a/arch/um/drivers/chan_user.c b/arch/um/drivers/chan_user.c index ed24eab647dd..ee53cf882f42 100644 --- a/arch/um/drivers/chan_user.c +++ b/arch/um/drivers/chan_user.c | |||
@@ -14,7 +14,6 @@ | |||
14 | #include <sys/ioctl.h> | 14 | #include <sys/ioctl.h> |
15 | #include <sys/socket.h> | 15 | #include <sys/socket.h> |
16 | #include "kern_util.h" | 16 | #include "kern_util.h" |
17 | #include "user_util.h" | ||
18 | #include "chan_user.h" | 17 | #include "chan_user.h" |
19 | #include "user.h" | 18 | #include "user.h" |
20 | #include "os.h" | 19 | #include "os.h" |
diff --git a/arch/um/drivers/cow_sys.h b/arch/um/drivers/cow_sys.h index c6a308464acb..c702943769cb 100644 --- a/arch/um/drivers/cow_sys.h +++ b/arch/um/drivers/cow_sys.h | |||
@@ -2,7 +2,6 @@ | |||
2 | #define __COW_SYS_H__ | 2 | #define __COW_SYS_H__ |
3 | 3 | ||
4 | #include "kern_util.h" | 4 | #include "kern_util.h" |
5 | #include "user_util.h" | ||
6 | #include "os.h" | 5 | #include "os.h" |
7 | #include "user.h" | 6 | #include "user.h" |
8 | #include "um_malloc.h" | 7 | #include "um_malloc.h" |
diff --git a/arch/um/drivers/daemon_user.c b/arch/um/drivers/daemon_user.c index d0b656a517d3..b869e3899683 100644 --- a/arch/um/drivers/daemon_user.c +++ b/arch/um/drivers/daemon_user.c | |||
@@ -14,7 +14,6 @@ | |||
14 | #include "net_user.h" | 14 | #include "net_user.h" |
15 | #include "daemon.h" | 15 | #include "daemon.h" |
16 | #include "kern_util.h" | 16 | #include "kern_util.h" |
17 | #include "user_util.h" | ||
18 | #include "user.h" | 17 | #include "user.h" |
19 | #include "os.h" | 18 | #include "os.h" |
20 | #include "um_malloc.h" | 19 | #include "um_malloc.h" |
diff --git a/arch/um/drivers/fd.c b/arch/um/drivers/fd.c index 218aa0e9b792..7f083ec47a4f 100644 --- a/arch/um/drivers/fd.c +++ b/arch/um/drivers/fd.c | |||
@@ -9,7 +9,6 @@ | |||
9 | #include <termios.h> | 9 | #include <termios.h> |
10 | #include <errno.h> | 10 | #include <errno.h> |
11 | #include "user.h" | 11 | #include "user.h" |
12 | #include "user_util.h" | ||
13 | #include "chan_user.h" | 12 | #include "chan_user.h" |
14 | #include "os.h" | 13 | #include "os.h" |
15 | #include "um_malloc.h" | 14 | #include "um_malloc.h" |
diff --git a/arch/um/drivers/harddog_user.c b/arch/um/drivers/harddog_user.c index c495ecf263b1..5eeecf8917c3 100644 --- a/arch/um/drivers/harddog_user.c +++ b/arch/um/drivers/harddog_user.c | |||
@@ -6,7 +6,6 @@ | |||
6 | #include <stdio.h> | 6 | #include <stdio.h> |
7 | #include <unistd.h> | 7 | #include <unistd.h> |
8 | #include <errno.h> | 8 | #include <errno.h> |
9 | #include "user_util.h" | ||
10 | #include "user.h" | 9 | #include "user.h" |
11 | #include "mconsole.h" | 10 | #include "mconsole.h" |
12 | #include "os.h" | 11 | #include "os.h" |
diff --git a/arch/um/drivers/line.c b/arch/um/drivers/line.c index f75d7b05c481..ced99106f798 100644 --- a/arch/um/drivers/line.c +++ b/arch/um/drivers/line.c | |||
@@ -13,7 +13,6 @@ | |||
13 | #include "irq_user.h" | 13 | #include "irq_user.h" |
14 | #include "line.h" | 14 | #include "line.h" |
15 | #include "kern.h" | 15 | #include "kern.h" |
16 | #include "user_util.h" | ||
17 | #include "kern_util.h" | 16 | #include "kern_util.h" |
18 | #include "os.h" | 17 | #include "os.h" |
19 | #include "irq_kern.h" | 18 | #include "irq_kern.h" |
diff --git a/arch/um/drivers/mcast_user.c b/arch/um/drivers/mcast_user.c index 0f64d9467286..d319db16d4ec 100644 --- a/arch/um/drivers/mcast_user.c +++ b/arch/um/drivers/mcast_user.c | |||
@@ -20,7 +20,6 @@ | |||
20 | #include "net_user.h" | 20 | #include "net_user.h" |
21 | #include "mcast.h" | 21 | #include "mcast.h" |
22 | #include "kern_util.h" | 22 | #include "kern_util.h" |
23 | #include "user_util.h" | ||
24 | #include "user.h" | 23 | #include "user.h" |
25 | #include "os.h" | 24 | #include "os.h" |
26 | #include "um_malloc.h" | 25 | #include "um_malloc.h" |
diff --git a/arch/um/drivers/mconsole_kern.c b/arch/um/drivers/mconsole_kern.c index 65ad2932672c..542c9ef858f8 100644 --- a/arch/um/drivers/mconsole_kern.c +++ b/arch/um/drivers/mconsole_kern.c | |||
@@ -25,7 +25,6 @@ | |||
25 | #include "linux/console.h" | 25 | #include "linux/console.h" |
26 | #include "asm/irq.h" | 26 | #include "asm/irq.h" |
27 | #include "asm/uaccess.h" | 27 | #include "asm/uaccess.h" |
28 | #include "user_util.h" | ||
29 | #include "kern_util.h" | 28 | #include "kern_util.h" |
30 | #include "kern.h" | 29 | #include "kern.h" |
31 | #include "mconsole.h" | 30 | #include "mconsole.h" |
diff --git a/arch/um/drivers/mconsole_user.c b/arch/um/drivers/mconsole_user.c index f02634fbf32a..62e5ad63181a 100644 --- a/arch/um/drivers/mconsole_user.c +++ b/arch/um/drivers/mconsole_user.c | |||
@@ -17,7 +17,6 @@ | |||
17 | #include "sysdep/ptrace.h" | 17 | #include "sysdep/ptrace.h" |
18 | #include "mconsole.h" | 18 | #include "mconsole.h" |
19 | #include "os.h" | 19 | #include "os.h" |
20 | #include "user_util.h" | ||
21 | 20 | ||
22 | static struct mconsole_command commands[] = { | 21 | static struct mconsole_command commands[] = { |
23 | /* With uts namespaces, uts information becomes process-specific, so | 22 | /* With uts namespaces, uts information becomes process-specific, so |
diff --git a/arch/um/drivers/mmapper_kern.c b/arch/um/drivers/mmapper_kern.c index df3516e47d4d..e41a08f04694 100644 --- a/arch/um/drivers/mmapper_kern.c +++ b/arch/um/drivers/mmapper_kern.c | |||
@@ -15,7 +15,6 @@ | |||
15 | #include <linux/miscdevice.h> | 15 | #include <linux/miscdevice.h> |
16 | #include <asm/uaccess.h> | 16 | #include <asm/uaccess.h> |
17 | #include "mem_user.h" | 17 | #include "mem_user.h" |
18 | #include "user_util.h" | ||
19 | 18 | ||
20 | /* These are set in mmapper_init, which is called at boot time */ | 19 | /* These are set in mmapper_init, which is called at boot time */ |
21 | static unsigned long mmapper_size; | 20 | static unsigned long mmapper_size; |
diff --git a/arch/um/drivers/net_kern.c b/arch/um/drivers/net_kern.c index ac746fb5d10f..20963f106c34 100644 --- a/arch/um/drivers/net_kern.c +++ b/arch/um/drivers/net_kern.c | |||
@@ -21,7 +21,6 @@ | |||
21 | #include "linux/ethtool.h" | 21 | #include "linux/ethtool.h" |
22 | #include "linux/platform_device.h" | 22 | #include "linux/platform_device.h" |
23 | #include "asm/uaccess.h" | 23 | #include "asm/uaccess.h" |
24 | #include "user_util.h" | ||
25 | #include "kern_util.h" | 24 | #include "kern_util.h" |
26 | #include "net_kern.h" | 25 | #include "net_kern.h" |
27 | #include "net_user.h" | 26 | #include "net_user.h" |
diff --git a/arch/um/drivers/net_user.c b/arch/um/drivers/net_user.c index 0ffd7ac295d4..b63a86046374 100644 --- a/arch/um/drivers/net_user.c +++ b/arch/um/drivers/net_user.c | |||
@@ -14,7 +14,6 @@ | |||
14 | #include <sys/wait.h> | 14 | #include <sys/wait.h> |
15 | #include <sys/time.h> | 15 | #include <sys/time.h> |
16 | #include "user.h" | 16 | #include "user.h" |
17 | #include "user_util.h" | ||
18 | #include "kern_util.h" | 17 | #include "kern_util.h" |
19 | #include "net_user.h" | 18 | #include "net_user.h" |
20 | #include "os.h" | 19 | #include "os.h" |
diff --git a/arch/um/drivers/port_user.c b/arch/um/drivers/port_user.c index 80508023054f..3f6357d24bee 100644 --- a/arch/um/drivers/port_user.c +++ b/arch/um/drivers/port_user.c | |||
@@ -13,7 +13,6 @@ | |||
13 | #include <sys/socket.h> | 13 | #include <sys/socket.h> |
14 | #include <sys/un.h> | 14 | #include <sys/un.h> |
15 | #include <netinet/in.h> | 15 | #include <netinet/in.h> |
16 | #include "user_util.h" | ||
17 | #include "kern_util.h" | 16 | #include "kern_util.h" |
18 | #include "user.h" | 17 | #include "user.h" |
19 | #include "chan_user.h" | 18 | #include "chan_user.h" |
diff --git a/arch/um/drivers/pty.c b/arch/um/drivers/pty.c index aa311afa9667..df4976c9eef2 100644 --- a/arch/um/drivers/pty.c +++ b/arch/um/drivers/pty.c | |||
@@ -11,7 +11,6 @@ | |||
11 | #include <termios.h> | 11 | #include <termios.h> |
12 | #include "chan_user.h" | 12 | #include "chan_user.h" |
13 | #include "user.h" | 13 | #include "user.h" |
14 | #include "user_util.h" | ||
15 | #include "kern_util.h" | 14 | #include "kern_util.h" |
16 | #include "os.h" | 15 | #include "os.h" |
17 | #include "um_malloc.h" | 16 | #include "um_malloc.h" |
diff --git a/arch/um/drivers/slip_user.c b/arch/um/drivers/slip_user.c index 329c072d17d1..9f41cece0916 100644 --- a/arch/um/drivers/slip_user.c +++ b/arch/um/drivers/slip_user.c | |||
@@ -8,7 +8,6 @@ | |||
8 | #include <sys/termios.h> | 8 | #include <sys/termios.h> |
9 | #include <sys/wait.h> | 9 | #include <sys/wait.h> |
10 | #include <sys/signal.h> | 10 | #include <sys/signal.h> |
11 | #include "user_util.h" | ||
12 | #include "kern_util.h" | 11 | #include "kern_util.h" |
13 | #include "user.h" | 12 | #include "user.h" |
14 | #include "net_user.h" | 13 | #include "net_user.h" |
diff --git a/arch/um/drivers/slirp_user.c b/arch/um/drivers/slirp_user.c index f0a40abc8abf..39f889fe9949 100644 --- a/arch/um/drivers/slirp_user.c +++ b/arch/um/drivers/slirp_user.c | |||
@@ -7,7 +7,6 @@ | |||
7 | #include <errno.h> | 7 | #include <errno.h> |
8 | #include <sys/wait.h> | 8 | #include <sys/wait.h> |
9 | #include <sys/signal.h> | 9 | #include <sys/signal.h> |
10 | #include "user_util.h" | ||
11 | #include "kern_util.h" | 10 | #include "kern_util.h" |
12 | #include "user.h" | 11 | #include "user.h" |
13 | #include "net_user.h" | 12 | #include "net_user.h" |
diff --git a/arch/um/drivers/ssl.c b/arch/um/drivers/ssl.c index 4b382a6e710f..94faadc5ea1b 100644 --- a/arch/um/drivers/ssl.c +++ b/arch/um/drivers/ssl.c | |||
@@ -15,7 +15,6 @@ | |||
15 | #include "line.h" | 15 | #include "line.h" |
16 | #include "ssl.h" | 16 | #include "ssl.h" |
17 | #include "chan_kern.h" | 17 | #include "chan_kern.h" |
18 | #include "user_util.h" | ||
19 | #include "kern_util.h" | 18 | #include "kern_util.h" |
20 | #include "kern.h" | 19 | #include "kern.h" |
21 | #include "init.h" | 20 | #include "init.h" |
diff --git a/arch/um/drivers/stdio_console.c b/arch/um/drivers/stdio_console.c index 76d1f1c980ef..90a2c5cc17d4 100644 --- a/arch/um/drivers/stdio_console.c +++ b/arch/um/drivers/stdio_console.c | |||
@@ -22,7 +22,6 @@ | |||
22 | #include "stdio_console.h" | 22 | #include "stdio_console.h" |
23 | #include "line.h" | 23 | #include "line.h" |
24 | #include "chan_kern.h" | 24 | #include "chan_kern.h" |
25 | #include "user_util.h" | ||
26 | #include "kern_util.h" | 25 | #include "kern_util.h" |
27 | #include "irq_user.h" | 26 | #include "irq_user.h" |
28 | #include "mconsole_kern.h" | 27 | #include "mconsole_kern.h" |
diff --git a/arch/um/drivers/tty.c b/arch/um/drivers/tty.c index d95d64309eaf..c07d0d562780 100644 --- a/arch/um/drivers/tty.c +++ b/arch/um/drivers/tty.c | |||
@@ -8,7 +8,6 @@ | |||
8 | #include <errno.h> | 8 | #include <errno.h> |
9 | #include <unistd.h> | 9 | #include <unistd.h> |
10 | #include "chan_user.h" | 10 | #include "chan_user.h" |
11 | #include "user_util.h" | ||
12 | #include "user.h" | 11 | #include "user.h" |
13 | #include "os.h" | 12 | #include "os.h" |
14 | #include "um_malloc.h" | 13 | #include "um_malloc.h" |
diff --git a/arch/um/drivers/ubd_kern.c b/arch/um/drivers/ubd_kern.c index 53c36d1770c5..962b8fb35f80 100644 --- a/arch/um/drivers/ubd_kern.c +++ b/arch/um/drivers/ubd_kern.c | |||
@@ -39,7 +39,6 @@ | |||
39 | #include "asm/irq.h" | 39 | #include "asm/irq.h" |
40 | #include "asm/types.h" | 40 | #include "asm/types.h" |
41 | #include "asm/tlbflush.h" | 41 | #include "asm/tlbflush.h" |
42 | #include "user_util.h" | ||
43 | #include "mem_user.h" | 42 | #include "mem_user.h" |
44 | #include "kern_util.h" | 43 | #include "kern_util.h" |
45 | #include "kern.h" | 44 | #include "kern.h" |
diff --git a/arch/um/drivers/ubd_user.c b/arch/um/drivers/ubd_user.c index 039572cbedfe..4707b3f14c2f 100644 --- a/arch/um/drivers/ubd_user.c +++ b/arch/um/drivers/ubd_user.c | |||
@@ -16,7 +16,6 @@ | |||
16 | #include <sys/mman.h> | 16 | #include <sys/mman.h> |
17 | #include <sys/param.h> | 17 | #include <sys/param.h> |
18 | #include "asm/types.h" | 18 | #include "asm/types.h" |
19 | #include "user_util.h" | ||
20 | #include "kern_util.h" | 19 | #include "kern_util.h" |
21 | #include "user.h" | 20 | #include "user.h" |
22 | #include "ubd_user.h" | 21 | #include "ubd_user.h" |
diff --git a/arch/um/drivers/xterm.c b/arch/um/drivers/xterm.c index 850221d9b4c9..571c2b3325d5 100644 --- a/arch/um/drivers/xterm.c +++ b/arch/um/drivers/xterm.c | |||
@@ -14,7 +14,6 @@ | |||
14 | #include <sys/socket.h> | 14 | #include <sys/socket.h> |
15 | #include "kern_util.h" | 15 | #include "kern_util.h" |
16 | #include "chan_user.h" | 16 | #include "chan_user.h" |
17 | #include "user_util.h" | ||
18 | #include "user.h" | 17 | #include "user.h" |
19 | #include "os.h" | 18 | #include "os.h" |
20 | #include "xterm.h" | 19 | #include "xterm.h" |
diff --git a/arch/um/include/user_util.h b/arch/um/include/user_util.h deleted file mode 100644 index 7fa5c68f0620..000000000000 --- a/arch/um/include/user_util.h +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com) | ||
3 | * Licensed under the GPL | ||
4 | */ | ||
5 | |||
6 | #ifndef __USER_UTIL_H__ | ||
7 | #define __USER_UTIL_H__ | ||
8 | |||
9 | #include "sysdep/ptrace.h" | ||
10 | |||
11 | extern int mode_tt; | ||
12 | |||
13 | extern int grantpt(int __fd); | ||
14 | extern int unlockpt(int __fd); | ||
15 | |||
16 | extern void *add_signal_handler(int sig, void (*handler)(int)); | ||
17 | extern void input_cb(void (*proc)(void *), void *arg, int arg_len); | ||
18 | extern int switcheroo(int fd, int prot, void *from, void *to, int size); | ||
19 | extern void do_exec(int old_pid, int new_pid); | ||
20 | extern void tracer_panic(char *msg, ...) | ||
21 | __attribute__ ((format (printf, 1, 2))); | ||
22 | extern int detach(int pid, int sig); | ||
23 | extern int attach(int pid); | ||
24 | extern void kill_child_dead(int pid); | ||
25 | extern int cont(int pid); | ||
26 | extern void check_sigio(void); | ||
27 | extern int raw(int fd); | ||
28 | |||
29 | #endif | ||
diff --git a/arch/um/kernel/exec.c b/arch/um/kernel/exec.c index 1ada13ea84e4..356e50f5aaed 100644 --- a/arch/um/kernel/exec.c +++ b/arch/um/kernel/exec.c | |||
@@ -10,7 +10,6 @@ | |||
10 | #include "asm/pgtable.h" | 10 | #include "asm/pgtable.h" |
11 | #include "asm/tlbflush.h" | 11 | #include "asm/tlbflush.h" |
12 | #include "asm/uaccess.h" | 12 | #include "asm/uaccess.h" |
13 | #include "user_util.h" | ||
14 | #include "kern_util.h" | 13 | #include "kern_util.h" |
15 | #include "as-layout.h" | 14 | #include "as-layout.h" |
16 | #include "mem_user.h" | 15 | #include "mem_user.h" |
diff --git a/arch/um/kernel/init_task.c b/arch/um/kernel/init_task.c index 8cde431348cc..cda91aa8e703 100644 --- a/arch/um/kernel/init_task.c +++ b/arch/um/kernel/init_task.c | |||
@@ -10,7 +10,6 @@ | |||
10 | #include "linux/mqueue.h" | 10 | #include "linux/mqueue.h" |
11 | #include "asm/uaccess.h" | 11 | #include "asm/uaccess.h" |
12 | #include "asm/pgtable.h" | 12 | #include "asm/pgtable.h" |
13 | #include "user_util.h" | ||
14 | #include "mem_user.h" | 13 | #include "mem_user.h" |
15 | #include "os.h" | 14 | #include "os.h" |
16 | 15 | ||
diff --git a/arch/um/kernel/initrd.c b/arch/um/kernel/initrd.c index 82ecf904b09c..6ab1539108e1 100644 --- a/arch/um/kernel/initrd.c +++ b/arch/um/kernel/initrd.c | |||
@@ -7,7 +7,6 @@ | |||
7 | #include "linux/bootmem.h" | 7 | #include "linux/bootmem.h" |
8 | #include "linux/initrd.h" | 8 | #include "linux/initrd.h" |
9 | #include "asm/types.h" | 9 | #include "asm/types.h" |
10 | #include "user_util.h" | ||
11 | #include "kern_util.h" | 10 | #include "kern_util.h" |
12 | #include "initrd.h" | 11 | #include "initrd.h" |
13 | #include "init.h" | 12 | #include "init.h" |
diff --git a/arch/um/kernel/irq.c b/arch/um/kernel/irq.c index dbf2f5bc842f..a1e8c460b755 100644 --- a/arch/um/kernel/irq.c +++ b/arch/um/kernel/irq.c | |||
@@ -25,7 +25,6 @@ | |||
25 | #include "asm/system.h" | 25 | #include "asm/system.h" |
26 | #include "asm/errno.h" | 26 | #include "asm/errno.h" |
27 | #include "asm/uaccess.h" | 27 | #include "asm/uaccess.h" |
28 | #include "user_util.h" | ||
29 | #include "kern_util.h" | 28 | #include "kern_util.h" |
30 | #include "irq_user.h" | 29 | #include "irq_user.h" |
31 | #include "irq_kern.h" | 30 | #include "irq_kern.h" |
diff --git a/arch/um/kernel/ksyms.c b/arch/um/kernel/ksyms.c index 288b4ee2041a..7b3e53fb8070 100644 --- a/arch/um/kernel/ksyms.c +++ b/arch/um/kernel/ksyms.c | |||
@@ -17,7 +17,6 @@ | |||
17 | #include "asm/tlbflush.h" | 17 | #include "asm/tlbflush.h" |
18 | #include "kern_util.h" | 18 | #include "kern_util.h" |
19 | #include "as-layout.h" | 19 | #include "as-layout.h" |
20 | #include "user_util.h" | ||
21 | #include "mem_user.h" | 20 | #include "mem_user.h" |
22 | #include "os.h" | 21 | #include "os.h" |
23 | 22 | ||
diff --git a/arch/um/kernel/mem.c b/arch/um/kernel/mem.c index 3a13d41c28d0..5e93bbf6e482 100644 --- a/arch/um/kernel/mem.c +++ b/arch/um/kernel/mem.c | |||
@@ -13,7 +13,6 @@ | |||
13 | #include "asm/page.h" | 13 | #include "asm/page.h" |
14 | #include "asm/fixmap.h" | 14 | #include "asm/fixmap.h" |
15 | #include "asm/pgalloc.h" | 15 | #include "asm/pgalloc.h" |
16 | #include "user_util.h" | ||
17 | #include "kern_util.h" | 16 | #include "kern_util.h" |
18 | #include "as-layout.h" | 17 | #include "as-layout.h" |
19 | #include "kern.h" | 18 | #include "kern.h" |
diff --git a/arch/um/kernel/physmem.c b/arch/um/kernel/physmem.c index f92f06c35db7..df1ad3ba130c 100644 --- a/arch/um/kernel/physmem.c +++ b/arch/um/kernel/physmem.c | |||
@@ -14,7 +14,6 @@ | |||
14 | #include "asm/pgtable.h" | 14 | #include "asm/pgtable.h" |
15 | #include "kern_util.h" | 15 | #include "kern_util.h" |
16 | #include "as-layout.h" | 16 | #include "as-layout.h" |
17 | #include "user_util.h" | ||
18 | #include "mode_kern.h" | 17 | #include "mode_kern.h" |
19 | #include "mem.h" | 18 | #include "mem.h" |
20 | #include "mem_user.h" | 19 | #include "mem_user.h" |
diff --git a/arch/um/kernel/process.c b/arch/um/kernel/process.c index e4208386e7af..90c9ffafc659 100644 --- a/arch/um/kernel/process.c +++ b/arch/um/kernel/process.c | |||
@@ -32,7 +32,6 @@ | |||
32 | #include "asm/tlbflush.h" | 32 | #include "asm/tlbflush.h" |
33 | #include "asm/uaccess.h" | 33 | #include "asm/uaccess.h" |
34 | #include "asm/user.h" | 34 | #include "asm/user.h" |
35 | #include "user_util.h" | ||
36 | #include "kern_util.h" | 35 | #include "kern_util.h" |
37 | #include "as-layout.h" | 36 | #include "as-layout.h" |
38 | #include "kern.h" | 37 | #include "kern.h" |
diff --git a/arch/um/kernel/reboot.c b/arch/um/kernel/reboot.c index f602623644aa..7e4305a1fd3c 100644 --- a/arch/um/kernel/reboot.c +++ b/arch/um/kernel/reboot.c | |||
@@ -6,7 +6,6 @@ | |||
6 | #include "linux/module.h" | 6 | #include "linux/module.h" |
7 | #include "linux/sched.h" | 7 | #include "linux/sched.h" |
8 | #include "asm/smp.h" | 8 | #include "asm/smp.h" |
9 | #include "user_util.h" | ||
10 | #include "kern_util.h" | 9 | #include "kern_util.h" |
11 | #include "kern.h" | 10 | #include "kern.h" |
12 | #include "os.h" | 11 | #include "os.h" |
diff --git a/arch/um/kernel/signal.c b/arch/um/kernel/signal.c index 3c798cdde550..c4020c3d7857 100644 --- a/arch/um/kernel/signal.c +++ b/arch/um/kernel/signal.c | |||
@@ -17,7 +17,6 @@ | |||
17 | #include "asm/signal.h" | 17 | #include "asm/signal.h" |
18 | #include "asm/uaccess.h" | 18 | #include "asm/uaccess.h" |
19 | #include "asm/unistd.h" | 19 | #include "asm/unistd.h" |
20 | #include "user_util.h" | ||
21 | #include "asm/ucontext.h" | 20 | #include "asm/ucontext.h" |
22 | #include "kern_util.h" | 21 | #include "kern_util.h" |
23 | #include "signal_kern.h" | 22 | #include "signal_kern.h" |
diff --git a/arch/um/kernel/skas/process.c b/arch/um/kernel/skas/process.c index 9c2a7d8c56fb..ef36facd8fe9 100644 --- a/arch/um/kernel/skas/process.c +++ b/arch/um/kernel/skas/process.c | |||
@@ -16,7 +16,6 @@ | |||
16 | #include "as-layout.h" | 16 | #include "as-layout.h" |
17 | #include "skas.h" | 17 | #include "skas.h" |
18 | #include "os.h" | 18 | #include "os.h" |
19 | #include "user_util.h" | ||
20 | #include "tlb.h" | 19 | #include "tlb.h" |
21 | #include "kern.h" | 20 | #include "kern.h" |
22 | #include "mode.h" | 21 | #include "mode.h" |
diff --git a/arch/um/kernel/skas/tlb.c b/arch/um/kernel/skas/tlb.c index 27eb29ce666b..304a5b0695ab 100644 --- a/arch/um/kernel/skas/tlb.c +++ b/arch/um/kernel/skas/tlb.c | |||
@@ -10,7 +10,6 @@ | |||
10 | #include "asm/page.h" | 10 | #include "asm/page.h" |
11 | #include "asm/pgtable.h" | 11 | #include "asm/pgtable.h" |
12 | #include "asm/mmu.h" | 12 | #include "asm/mmu.h" |
13 | #include "user_util.h" | ||
14 | #include "mem_user.h" | 13 | #include "mem_user.h" |
15 | #include "mem.h" | 14 | #include "mem.h" |
16 | #include "skas.h" | 15 | #include "skas.h" |
diff --git a/arch/um/kernel/smp.c b/arch/um/kernel/smp.c index 759b07053160..62dd093cbcd7 100644 --- a/arch/um/kernel/smp.c +++ b/arch/um/kernel/smp.c | |||
@@ -21,7 +21,6 @@ DEFINE_PER_CPU(struct mmu_gather, mmu_gathers); | |||
21 | #include "asm/smp.h" | 21 | #include "asm/smp.h" |
22 | #include "asm/processor.h" | 22 | #include "asm/processor.h" |
23 | #include "asm/spinlock.h" | 23 | #include "asm/spinlock.h" |
24 | #include "user_util.h" | ||
25 | #include "kern_util.h" | 24 | #include "kern_util.h" |
26 | #include "kern.h" | 25 | #include "kern.h" |
27 | #include "irq_user.h" | 26 | #include "irq_user.h" |
diff --git a/arch/um/kernel/syscall.c b/arch/um/kernel/syscall.c index 2828c5283227..237c4eab7cfd 100644 --- a/arch/um/kernel/syscall.c +++ b/arch/um/kernel/syscall.c | |||
@@ -18,7 +18,6 @@ | |||
18 | #include "asm/mman.h" | 18 | #include "asm/mman.h" |
19 | #include "asm/uaccess.h" | 19 | #include "asm/uaccess.h" |
20 | #include "kern_util.h" | 20 | #include "kern_util.h" |
21 | #include "user_util.h" | ||
22 | #include "sysdep/syscalls.h" | 21 | #include "sysdep/syscalls.h" |
23 | #include "mode_kern.h" | 22 | #include "mode_kern.h" |
24 | #include "choose-mode.h" | 23 | #include "choose-mode.h" |
diff --git a/arch/um/kernel/sysrq.c b/arch/um/kernel/sysrq.c index f9e02b31a97a..93263571d813 100644 --- a/arch/um/kernel/sysrq.c +++ b/arch/um/kernel/sysrq.c | |||
@@ -10,7 +10,6 @@ | |||
10 | #include "asm/page.h" | 10 | #include "asm/page.h" |
11 | #include "asm/processor.h" | 11 | #include "asm/processor.h" |
12 | #include "sysrq.h" | 12 | #include "sysrq.h" |
13 | #include "user_util.h" | ||
14 | 13 | ||
15 | /* Catch non-i386 SUBARCH's. */ | 14 | /* Catch non-i386 SUBARCH's. */ |
16 | #if !defined(CONFIG_UML_X86) || defined(CONFIG_64BIT) | 15 | #if !defined(CONFIG_UML_X86) || defined(CONFIG_64BIT) |
diff --git a/arch/um/kernel/time.c b/arch/um/kernel/time.c index b1f8b0752419..9fd80ee3eef6 100644 --- a/arch/um/kernel/time.c +++ b/arch/um/kernel/time.c | |||
@@ -18,7 +18,6 @@ | |||
18 | #include "asm/param.h" | 18 | #include "asm/param.h" |
19 | #include "asm/current.h" | 19 | #include "asm/current.h" |
20 | #include "kern_util.h" | 20 | #include "kern_util.h" |
21 | #include "user_util.h" | ||
22 | #include "mode.h" | 21 | #include "mode.h" |
23 | #include "os.h" | 22 | #include "os.h" |
24 | 23 | ||
diff --git a/arch/um/kernel/tlb.c b/arch/um/kernel/tlb.c index b8b3cff0668a..e40f3352bd29 100644 --- a/arch/um/kernel/tlb.c +++ b/arch/um/kernel/tlb.c | |||
@@ -10,7 +10,6 @@ | |||
10 | #include "choose-mode.h" | 10 | #include "choose-mode.h" |
11 | #include "mode_kern.h" | 11 | #include "mode_kern.h" |
12 | #include "as-layout.h" | 12 | #include "as-layout.h" |
13 | #include "user_util.h" | ||
14 | #include "tlb.h" | 13 | #include "tlb.h" |
15 | #include "mem.h" | 14 | #include "mem.h" |
16 | #include "mem_user.h" | 15 | #include "mem_user.h" |
diff --git a/arch/um/kernel/trap.c b/arch/um/kernel/trap.c index 552bcfc7c085..2de81d4d9b57 100644 --- a/arch/um/kernel/trap.c +++ b/arch/um/kernel/trap.c | |||
@@ -18,7 +18,6 @@ | |||
18 | #include "asm/current.h" | 18 | #include "asm/current.h" |
19 | #include "asm/irq.h" | 19 | #include "asm/irq.h" |
20 | #include "sysdep/sigcontext.h" | 20 | #include "sysdep/sigcontext.h" |
21 | #include "user_util.h" | ||
22 | #include "kern_util.h" | 21 | #include "kern_util.h" |
23 | #include "as-layout.h" | 22 | #include "as-layout.h" |
24 | #include "arch.h" | 23 | #include "arch.h" |
diff --git a/arch/um/kernel/tt/exec_kern.c b/arch/um/kernel/tt/exec_kern.c index ad66df17d9d7..98e21743e604 100644 --- a/arch/um/kernel/tt/exec_kern.c +++ b/arch/um/kernel/tt/exec_kern.c | |||
@@ -10,7 +10,6 @@ | |||
10 | #include "asm/uaccess.h" | 10 | #include "asm/uaccess.h" |
11 | #include "asm/pgalloc.h" | 11 | #include "asm/pgalloc.h" |
12 | #include "asm/tlbflush.h" | 12 | #include "asm/tlbflush.h" |
13 | #include "user_util.h" | ||
14 | #include "kern_util.h" | 13 | #include "kern_util.h" |
15 | #include "irq_user.h" | 14 | #include "irq_user.h" |
16 | #include "mem_user.h" | 15 | #include "mem_user.h" |
diff --git a/arch/um/kernel/tt/exec_user.c b/arch/um/kernel/tt/exec_user.c index a92c02ff2ce3..7b5f2181cf51 100644 --- a/arch/um/kernel/tt/exec_user.c +++ b/arch/um/kernel/tt/exec_user.c | |||
@@ -10,7 +10,6 @@ | |||
10 | #include <errno.h> | 10 | #include <errno.h> |
11 | #include <sys/wait.h> | 11 | #include <sys/wait.h> |
12 | #include <signal.h> | 12 | #include <signal.h> |
13 | #include "user_util.h" | ||
14 | #include "kern_util.h" | 13 | #include "kern_util.h" |
15 | #include "user.h" | 14 | #include "user.h" |
16 | #include "ptrace_user.h" | 15 | #include "ptrace_user.h" |
diff --git a/arch/um/kernel/tt/gdb.c b/arch/um/kernel/tt/gdb.c index d284f69f04ee..030e4658f36b 100644 --- a/arch/um/kernel/tt/gdb.c +++ b/arch/um/kernel/tt/gdb.c | |||
@@ -17,7 +17,6 @@ | |||
17 | #include "user.h" | 17 | #include "user.h" |
18 | #include "debug.h" | 18 | #include "debug.h" |
19 | #include "kern_util.h" | 19 | #include "kern_util.h" |
20 | #include "user_util.h" | ||
21 | #include "tt.h" | 20 | #include "tt.h" |
22 | #include "sysdep/thread.h" | 21 | #include "sysdep/thread.h" |
23 | #include "os.h" | 22 | #include "os.h" |
diff --git a/arch/um/kernel/tt/mem.c b/arch/um/kernel/tt/mem.c index 4d1929dfa285..d0c3c4975f28 100644 --- a/arch/um/kernel/tt/mem.c +++ b/arch/um/kernel/tt/mem.c | |||
@@ -8,7 +8,6 @@ | |||
8 | #include "asm/uaccess.h" | 8 | #include "asm/uaccess.h" |
9 | #include "mem_user.h" | 9 | #include "mem_user.h" |
10 | #include "kern_util.h" | 10 | #include "kern_util.h" |
11 | #include "user_util.h" | ||
12 | #include "kern.h" | 11 | #include "kern.h" |
13 | #include "tt.h" | 12 | #include "tt.h" |
14 | 13 | ||
diff --git a/arch/um/kernel/tt/mem_user.c b/arch/um/kernel/tt/mem_user.c index 03e589895388..9774f6360c32 100644 --- a/arch/um/kernel/tt/mem_user.c +++ b/arch/um/kernel/tt/mem_user.c | |||
@@ -11,7 +11,6 @@ | |||
11 | #include <sys/mman.h> | 11 | #include <sys/mman.h> |
12 | #include "tt.h" | 12 | #include "tt.h" |
13 | #include "mem_user.h" | 13 | #include "mem_user.h" |
14 | #include "user_util.h" | ||
15 | #include "os.h" | 14 | #include "os.h" |
16 | 15 | ||
17 | void remap_data(void *segment_start, void *segment_end, int w) | 16 | void remap_data(void *segment_start, void *segment_end, int w) |
diff --git a/arch/um/kernel/tt/process_kern.c b/arch/um/kernel/tt/process_kern.c index 1e86f0bfef72..8029f72afaa7 100644 --- a/arch/um/kernel/tt/process_kern.c +++ b/arch/um/kernel/tt/process_kern.c | |||
@@ -14,7 +14,6 @@ | |||
14 | #include "asm/tlbflush.h" | 14 | #include "asm/tlbflush.h" |
15 | #include "irq_user.h" | 15 | #include "irq_user.h" |
16 | #include "kern_util.h" | 16 | #include "kern_util.h" |
17 | #include "user_util.h" | ||
18 | #include "os.h" | 17 | #include "os.h" |
19 | #include "kern.h" | 18 | #include "kern.h" |
20 | #include "sigcontext.h" | 19 | #include "sigcontext.h" |
diff --git a/arch/um/kernel/tt/ptproxy/proxy.c b/arch/um/kernel/tt/ptproxy/proxy.c index 58800c50b10e..c88e7b5d8a76 100644 --- a/arch/um/kernel/tt/ptproxy/proxy.c +++ b/arch/um/kernel/tt/ptproxy/proxy.c | |||
@@ -26,7 +26,6 @@ Jeff Dike (jdike@karaya.com) : Modified for integration into uml | |||
26 | #include "sysdep.h" | 26 | #include "sysdep.h" |
27 | #include "wait.h" | 27 | #include "wait.h" |
28 | 28 | ||
29 | #include "user_util.h" | ||
30 | #include "user.h" | 29 | #include "user.h" |
31 | #include "os.h" | 30 | #include "os.h" |
32 | #include "tempfile.h" | 31 | #include "tempfile.h" |
diff --git a/arch/um/kernel/tt/ptproxy/ptrace.c b/arch/um/kernel/tt/ptproxy/ptrace.c index 03774427d468..4b4f6179b212 100644 --- a/arch/um/kernel/tt/ptproxy/ptrace.c +++ b/arch/um/kernel/tt/ptproxy/ptrace.c | |||
@@ -16,7 +16,6 @@ Jeff Dike (jdike@karaya.com) : Modified for integration into uml | |||
16 | 16 | ||
17 | #include "ptproxy.h" | 17 | #include "ptproxy.h" |
18 | #include "debug.h" | 18 | #include "debug.h" |
19 | #include "user_util.h" | ||
20 | #include "kern_util.h" | 19 | #include "kern_util.h" |
21 | #include "ptrace_user.h" | 20 | #include "ptrace_user.h" |
22 | #include "tt.h" | 21 | #include "tt.h" |
diff --git a/arch/um/kernel/tt/ptproxy/sysdep.c b/arch/um/kernel/tt/ptproxy/sysdep.c index 99f178319d03..e0e1ab0588ad 100644 --- a/arch/um/kernel/tt/ptproxy/sysdep.c +++ b/arch/um/kernel/tt/ptproxy/sysdep.c | |||
@@ -13,7 +13,6 @@ terms and conditions. | |||
13 | #include <sys/types.h> | 13 | #include <sys/types.h> |
14 | #include <linux/unistd.h> | 14 | #include <linux/unistd.h> |
15 | #include "ptrace_user.h" | 15 | #include "ptrace_user.h" |
16 | #include "user_util.h" | ||
17 | #include "user.h" | 16 | #include "user.h" |
18 | #include "os.h" | 17 | #include "os.h" |
19 | 18 | ||
diff --git a/arch/um/kernel/tt/ptproxy/wait.c b/arch/um/kernel/tt/ptproxy/wait.c index 12f6319d8d76..bdd4af4b65fc 100644 --- a/arch/um/kernel/tt/ptproxy/wait.c +++ b/arch/um/kernel/tt/ptproxy/wait.c | |||
@@ -13,7 +13,6 @@ terms and conditions. | |||
13 | #include "ptproxy.h" | 13 | #include "ptproxy.h" |
14 | #include "sysdep.h" | 14 | #include "sysdep.h" |
15 | #include "wait.h" | 15 | #include "wait.h" |
16 | #include "user_util.h" | ||
17 | #include "ptrace_user.h" | 16 | #include "ptrace_user.h" |
18 | #include "sysdep/ptrace.h" | 17 | #include "sysdep/ptrace.h" |
19 | #include "sysdep/sigcontext.h" | 18 | #include "sysdep/sigcontext.h" |
diff --git a/arch/um/kernel/tt/syscall_user.c b/arch/um/kernel/tt/syscall_user.c index 902987bf379b..f52b47aff1d2 100644 --- a/arch/um/kernel/tt/syscall_user.c +++ b/arch/um/kernel/tt/syscall_user.c | |||
@@ -11,7 +11,6 @@ | |||
11 | #include "sigcontext.h" | 11 | #include "sigcontext.h" |
12 | #include "ptrace_user.h" | 12 | #include "ptrace_user.h" |
13 | #include "task.h" | 13 | #include "task.h" |
14 | #include "user_util.h" | ||
15 | #include "kern_util.h" | 14 | #include "kern_util.h" |
16 | #include "syscall.h" | 15 | #include "syscall.h" |
17 | #include "tt.h" | 16 | #include "tt.h" |
diff --git a/arch/um/kernel/tt/tlb.c b/arch/um/kernel/tt/tlb.c index ae6217c86135..7caa24fe05df 100644 --- a/arch/um/kernel/tt/tlb.c +++ b/arch/um/kernel/tt/tlb.c | |||
@@ -12,7 +12,6 @@ | |||
12 | #include "asm/pgtable.h" | 12 | #include "asm/pgtable.h" |
13 | #include "asm/uaccess.h" | 13 | #include "asm/uaccess.h" |
14 | #include "asm/tlbflush.h" | 14 | #include "asm/tlbflush.h" |
15 | #include "user_util.h" | ||
16 | #include "mem_user.h" | 15 | #include "mem_user.h" |
17 | #include "os.h" | 16 | #include "os.h" |
18 | #include "tlb.h" | 17 | #include "tlb.h" |
diff --git a/arch/um/kernel/tt/tracer.c b/arch/um/kernel/tt/tracer.c index b9195355075a..c23588393f6e 100644 --- a/arch/um/kernel/tt/tracer.c +++ b/arch/um/kernel/tt/tracer.c | |||
@@ -19,7 +19,6 @@ | |||
19 | #include "sigcontext.h" | 19 | #include "sigcontext.h" |
20 | #include "sysdep/sigcontext.h" | 20 | #include "sysdep/sigcontext.h" |
21 | #include "os.h" | 21 | #include "os.h" |
22 | #include "user_util.h" | ||
23 | #include "mem_user.h" | 22 | #include "mem_user.h" |
24 | #include "process.h" | 23 | #include "process.h" |
25 | #include "kern_util.h" | 24 | #include "kern_util.h" |
diff --git a/arch/um/kernel/tt/trap_user.c b/arch/um/kernel/tt/trap_user.c index b5d9d64d91e4..3032eb5e2467 100644 --- a/arch/um/kernel/tt/trap_user.c +++ b/arch/um/kernel/tt/trap_user.c | |||
@@ -8,7 +8,6 @@ | |||
8 | #include <signal.h> | 8 | #include <signal.h> |
9 | #include "sysdep/ptrace.h" | 9 | #include "sysdep/ptrace.h" |
10 | #include "sysdep/sigcontext.h" | 10 | #include "sysdep/sigcontext.h" |
11 | #include "user_util.h" | ||
12 | #include "kern_util.h" | 11 | #include "kern_util.h" |
13 | #include "task.h" | 12 | #include "task.h" |
14 | #include "tt.h" | 13 | #include "tt.h" |
diff --git a/arch/um/kernel/tt/uaccess_user.c b/arch/um/kernel/tt/uaccess_user.c index ed1abcf4d057..0e5c82c5e5b7 100644 --- a/arch/um/kernel/tt/uaccess_user.c +++ b/arch/um/kernel/tt/uaccess_user.c | |||
@@ -5,7 +5,6 @@ | |||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #include <string.h> | 7 | #include <string.h> |
8 | #include "user_util.h" | ||
9 | #include "uml_uaccess.h" | 8 | #include "uml_uaccess.h" |
10 | #include "task.h" | 9 | #include "task.h" |
11 | #include "kern_util.h" | 10 | #include "kern_util.h" |
diff --git a/arch/um/kernel/um_arch.c b/arch/um/kernel/um_arch.c index 20684c04d5d5..cfa35763405f 100644 --- a/arch/um/kernel/um_arch.c +++ b/arch/um/kernel/um_arch.c | |||
@@ -26,7 +26,6 @@ | |||
26 | #include "asm/setup.h" | 26 | #include "asm/setup.h" |
27 | #include "ubd_user.h" | 27 | #include "ubd_user.h" |
28 | #include "asm/current.h" | 28 | #include "asm/current.h" |
29 | #include "user_util.h" | ||
30 | #include "kern_util.h" | 29 | #include "kern_util.h" |
31 | #include "as-layout.h" | 30 | #include "as-layout.h" |
32 | #include "arch.h" | 31 | #include "arch.h" |
diff --git a/arch/um/os-Linux/drivers/ethertap_user.c b/arch/um/os-Linux/drivers/ethertap_user.c index 2cc2d3ea2e6d..4e38ccf35129 100644 --- a/arch/um/os-Linux/drivers/ethertap_user.c +++ b/arch/um/os-Linux/drivers/ethertap_user.c | |||
@@ -16,7 +16,6 @@ | |||
16 | #include <net/if.h> | 16 | #include <net/if.h> |
17 | #include "user.h" | 17 | #include "user.h" |
18 | #include "kern_util.h" | 18 | #include "kern_util.h" |
19 | #include "user_util.h" | ||
20 | #include "net_user.h" | 19 | #include "net_user.h" |
21 | #include "etap.h" | 20 | #include "etap.h" |
22 | #include "os.h" | 21 | #include "os.h" |
diff --git a/arch/um/os-Linux/drivers/tuntap_user.c b/arch/um/os-Linux/drivers/tuntap_user.c index 506ef09d83a0..11a9779dc9f1 100644 --- a/arch/um/os-Linux/drivers/tuntap_user.c +++ b/arch/um/os-Linux/drivers/tuntap_user.c | |||
@@ -18,7 +18,6 @@ | |||
18 | #include "net_user.h" | 18 | #include "net_user.h" |
19 | #include "tuntap.h" | 19 | #include "tuntap.h" |
20 | #include "kern_util.h" | 20 | #include "kern_util.h" |
21 | #include "user_util.h" | ||
22 | #include "user.h" | 21 | #include "user.h" |
23 | #include "os.h" | 22 | #include "os.h" |
24 | 23 | ||
diff --git a/arch/um/os-Linux/file.c b/arch/um/os-Linux/file.c index 371b4335f46d..4a9510c67622 100644 --- a/arch/um/os-Linux/file.c +++ b/arch/um/os-Linux/file.c | |||
@@ -18,7 +18,6 @@ | |||
18 | #include "os.h" | 18 | #include "os.h" |
19 | #include "user.h" | 19 | #include "user.h" |
20 | #include "kern_util.h" | 20 | #include "kern_util.h" |
21 | #include "user_util.h" | ||
22 | 21 | ||
23 | static void copy_stat(struct uml_stat *dst, struct stat64 *src) | 22 | static void copy_stat(struct uml_stat *dst, struct stat64 *src) |
24 | { | 23 | { |
diff --git a/arch/um/os-Linux/helper.c b/arch/um/os-Linux/helper.c index a375cc138c2c..f35220c72042 100644 --- a/arch/um/os-Linux/helper.c +++ b/arch/um/os-Linux/helper.c | |||
@@ -13,7 +13,6 @@ | |||
13 | #include <sys/wait.h> | 13 | #include <sys/wait.h> |
14 | #include "user.h" | 14 | #include "user.h" |
15 | #include "kern_util.h" | 15 | #include "kern_util.h" |
16 | #include "user_util.h" | ||
17 | #include "os.h" | 16 | #include "os.h" |
18 | #include "um_malloc.h" | 17 | #include "um_malloc.h" |
19 | 18 | ||
diff --git a/arch/um/os-Linux/irq.c b/arch/um/os-Linux/irq.c index d1b61d474e0a..a633fa8e0a94 100644 --- a/arch/um/os-Linux/irq.c +++ b/arch/um/os-Linux/irq.c | |||
@@ -11,7 +11,6 @@ | |||
11 | #include <sys/poll.h> | 11 | #include <sys/poll.h> |
12 | #include <sys/types.h> | 12 | #include <sys/types.h> |
13 | #include <sys/time.h> | 13 | #include <sys/time.h> |
14 | #include "user_util.h" | ||
15 | #include "kern_util.h" | 14 | #include "kern_util.h" |
16 | #include "user.h" | 15 | #include "user.h" |
17 | #include "process.h" | 16 | #include "process.h" |
diff --git a/arch/um/os-Linux/main.c b/arch/um/os-Linux/main.c index 25261d6c7bf2..4b6e122ff17b 100644 --- a/arch/um/os-Linux/main.c +++ b/arch/um/os-Linux/main.c | |||
@@ -13,7 +13,6 @@ | |||
13 | #include <sys/mman.h> | 13 | #include <sys/mman.h> |
14 | #include <sys/user.h> | 14 | #include <sys/user.h> |
15 | #include <asm/page.h> | 15 | #include <asm/page.h> |
16 | #include "user_util.h" | ||
17 | #include "kern_util.h" | 16 | #include "kern_util.h" |
18 | #include "as-layout.h" | 17 | #include "as-layout.h" |
19 | #include "mem_user.h" | 18 | #include "mem_user.h" |
diff --git a/arch/um/os-Linux/mem.c b/arch/um/os-Linux/mem.c index f1ea169db85e..dcaca0e190de 100644 --- a/arch/um/os-Linux/mem.c +++ b/arch/um/os-Linux/mem.c | |||
@@ -11,7 +11,6 @@ | |||
11 | #include <sys/statfs.h> | 11 | #include <sys/statfs.h> |
12 | #include "kern_util.h" | 12 | #include "kern_util.h" |
13 | #include "user.h" | 13 | #include "user.h" |
14 | #include "user_util.h" | ||
15 | #include "mem_user.h" | 14 | #include "mem_user.h" |
16 | #include "init.h" | 15 | #include "init.h" |
17 | #include "os.h" | 16 | #include "os.h" |
diff --git a/arch/um/os-Linux/process.c b/arch/um/os-Linux/process.c index 76bdd6712417..697828220af2 100644 --- a/arch/um/os-Linux/process.c +++ b/arch/um/os-Linux/process.c | |||
@@ -14,7 +14,6 @@ | |||
14 | #include "ptrace_user.h" | 14 | #include "ptrace_user.h" |
15 | #include "os.h" | 15 | #include "os.h" |
16 | #include "user.h" | 16 | #include "user.h" |
17 | #include "user_util.h" | ||
18 | #include "process.h" | 17 | #include "process.h" |
19 | #include "irq_user.h" | 18 | #include "irq_user.h" |
20 | #include "kern_util.h" | 19 | #include "kern_util.h" |
diff --git a/arch/um/os-Linux/sigio.c b/arch/um/os-Linux/sigio.c index c61d01bf46e4..f77ce3d6f7cc 100644 --- a/arch/um/os-Linux/sigio.c +++ b/arch/um/os-Linux/sigio.c | |||
@@ -17,7 +17,6 @@ | |||
17 | #include "init.h" | 17 | #include "init.h" |
18 | #include "user.h" | 18 | #include "user.h" |
19 | #include "kern_util.h" | 19 | #include "kern_util.h" |
20 | #include "user_util.h" | ||
21 | #include "sigio.h" | 20 | #include "sigio.h" |
22 | #include "os.h" | 21 | #include "os.h" |
23 | #include "um_malloc.h" | 22 | #include "um_malloc.h" |
diff --git a/arch/um/os-Linux/signal.c b/arch/um/os-Linux/signal.c index 266768629fee..48d493415301 100644 --- a/arch/um/os-Linux/signal.c +++ b/arch/um/os-Linux/signal.c | |||
@@ -11,7 +11,6 @@ | |||
11 | #include <stdarg.h> | 11 | #include <stdarg.h> |
12 | #include <string.h> | 12 | #include <string.h> |
13 | #include <sys/mman.h> | 13 | #include <sys/mman.h> |
14 | #include "user_util.h" | ||
15 | #include "user.h" | 14 | #include "user.h" |
16 | #include "signal_kern.h" | 15 | #include "signal_kern.h" |
17 | #include "sysdep/sigcontext.h" | 16 | #include "sysdep/sigcontext.h" |
diff --git a/arch/um/os-Linux/skas/mem.c b/arch/um/os-Linux/skas/mem.c index 9383e8751ae7..470ec531aa5d 100644 --- a/arch/um/os-Linux/skas/mem.c +++ b/arch/um/os-Linux/skas/mem.c | |||
@@ -17,7 +17,6 @@ | |||
17 | #include "os.h" | 17 | #include "os.h" |
18 | #include "proc_mm.h" | 18 | #include "proc_mm.h" |
19 | #include "ptrace_user.h" | 19 | #include "ptrace_user.h" |
20 | #include "user_util.h" | ||
21 | #include "kern_util.h" | 20 | #include "kern_util.h" |
22 | #include "task.h" | 21 | #include "task.h" |
23 | #include "registers.h" | 22 | #include "registers.h" |
diff --git a/arch/um/os-Linux/skas/process.c b/arch/um/os-Linux/skas/process.c index 0564422c155f..6554ff530128 100644 --- a/arch/um/os-Linux/skas/process.c +++ b/arch/um/os-Linux/skas/process.c | |||
@@ -18,7 +18,6 @@ | |||
18 | #include <asm/types.h> | 18 | #include <asm/types.h> |
19 | #include "user.h" | 19 | #include "user.h" |
20 | #include "sysdep/ptrace.h" | 20 | #include "sysdep/ptrace.h" |
21 | #include "user_util.h" | ||
22 | #include "kern_util.h" | 21 | #include "kern_util.h" |
23 | #include "skas.h" | 22 | #include "skas.h" |
24 | #include "stub-data.h" | 23 | #include "stub-data.h" |
diff --git a/arch/um/os-Linux/skas/trap.c b/arch/um/os-Linux/skas/trap.c index 19ff04bdec90..f104427d2caf 100644 --- a/arch/um/os-Linux/skas/trap.c +++ b/arch/um/os-Linux/skas/trap.c | |||
@@ -5,7 +5,6 @@ | |||
5 | 5 | ||
6 | #include <signal.h> | 6 | #include <signal.h> |
7 | #include <errno.h> | 7 | #include <errno.h> |
8 | #include "user_util.h" | ||
9 | #include "kern_util.h" | 8 | #include "kern_util.h" |
10 | #include "as-layout.h" | 9 | #include "as-layout.h" |
11 | #include "task.h" | 10 | #include "task.h" |
diff --git a/arch/um/os-Linux/start_up.c b/arch/um/os-Linux/start_up.c index 1540f21d6997..3380a13986ef 100644 --- a/arch/um/os-Linux/start_up.c +++ b/arch/um/os-Linux/start_up.c | |||
@@ -21,7 +21,6 @@ | |||
21 | #include <asm/unistd.h> | 21 | #include <asm/unistd.h> |
22 | #include <asm/page.h> | 22 | #include <asm/page.h> |
23 | #include <sys/types.h> | 23 | #include <sys/types.h> |
24 | #include "user_util.h" | ||
25 | #include "kern_util.h" | 24 | #include "kern_util.h" |
26 | #include "user.h" | 25 | #include "user.h" |
27 | #include "signal_kern.h" | 26 | #include "signal_kern.h" |
diff --git a/arch/um/os-Linux/sys-i386/tls.c b/arch/um/os-Linux/sys-i386/tls.c index 8ba132482970..32ed41ec1a3d 100644 --- a/arch/um/os-Linux/sys-i386/tls.c +++ b/arch/um/os-Linux/sys-i386/tls.c | |||
@@ -6,7 +6,6 @@ | |||
6 | 6 | ||
7 | #include "sysdep/tls.h" | 7 | #include "sysdep/tls.h" |
8 | #include "user.h" | 8 | #include "user.h" |
9 | #include "user_util.h" | ||
10 | 9 | ||
11 | /* Checks whether host supports TLS, and sets *tls_min according to the value | 10 | /* Checks whether host supports TLS, and sets *tls_min according to the value |
12 | * valid on the host. | 11 | * valid on the host. |
diff --git a/arch/um/os-Linux/time.c b/arch/um/os-Linux/time.c index 2115b8beb541..5de169b168f6 100644 --- a/arch/um/os-Linux/time.c +++ b/arch/um/os-Linux/time.c | |||
@@ -10,7 +10,6 @@ | |||
10 | #include <sys/time.h> | 10 | #include <sys/time.h> |
11 | #include <signal.h> | 11 | #include <signal.h> |
12 | #include <errno.h> | 12 | #include <errno.h> |
13 | #include "user_util.h" | ||
14 | #include "kern_util.h" | 13 | #include "kern_util.h" |
15 | #include "user.h" | 14 | #include "user.h" |
16 | #include "process.h" | 15 | #include "process.h" |
diff --git a/arch/um/os-Linux/trap.c b/arch/um/os-Linux/trap.c index d221214d2ed5..295da657931a 100644 --- a/arch/um/os-Linux/trap.c +++ b/arch/um/os-Linux/trap.c | |||
@@ -6,7 +6,6 @@ | |||
6 | #include <stdlib.h> | 6 | #include <stdlib.h> |
7 | #include <signal.h> | 7 | #include <signal.h> |
8 | #include "kern_util.h" | 8 | #include "kern_util.h" |
9 | #include "user_util.h" | ||
10 | #include "os.h" | 9 | #include "os.h" |
11 | #include "mode.h" | 10 | #include "mode.h" |
12 | #include "longjmp.h" | 11 | #include "longjmp.h" |
diff --git a/arch/um/os-Linux/tt.c b/arch/um/os-Linux/tt.c index 3dc3a02d6263..00e14f446f16 100644 --- a/arch/um/os-Linux/tt.c +++ b/arch/um/os-Linux/tt.c | |||
@@ -18,7 +18,6 @@ | |||
18 | #include <asm/ptrace.h> | 18 | #include <asm/ptrace.h> |
19 | #include <asm/unistd.h> | 19 | #include <asm/unistd.h> |
20 | #include <asm/page.h> | 20 | #include <asm/page.h> |
21 | #include "user_util.h" | ||
22 | #include "kern_util.h" | 21 | #include "kern_util.h" |
23 | #include "user.h" | 22 | #include "user.h" |
24 | #include "signal_kern.h" | 23 | #include "signal_kern.h" |
diff --git a/arch/um/os-Linux/util.c b/arch/um/os-Linux/util.c index 125854a2aa22..0e771bb04dd2 100644 --- a/arch/um/os-Linux/util.c +++ b/arch/um/os-Linux/util.c | |||
@@ -21,7 +21,6 @@ | |||
21 | #include <sched.h> | 21 | #include <sched.h> |
22 | #include <termios.h> | 22 | #include <termios.h> |
23 | #include <string.h> | 23 | #include <string.h> |
24 | #include "user_util.h" | ||
25 | #include "kern_util.h" | 24 | #include "kern_util.h" |
26 | #include "user.h" | 25 | #include "user.h" |
27 | #include "mem_user.h" | 26 | #include "mem_user.h" |
diff --git a/arch/um/sys-i386/bugs.c b/arch/um/sys-i386/bugs.c index cae0af14903a..0393e44813e7 100644 --- a/arch/um/sys-i386/bugs.c +++ b/arch/um/sys-i386/bugs.c | |||
@@ -13,7 +13,6 @@ | |||
13 | #include "sysdep/ptrace.h" | 13 | #include "sysdep/ptrace.h" |
14 | #include "task.h" | 14 | #include "task.h" |
15 | #include "os.h" | 15 | #include "os.h" |
16 | #include "user_util.h" | ||
17 | 16 | ||
18 | #define MAXTOKEN 64 | 17 | #define MAXTOKEN 64 |
19 | 18 | ||
diff --git a/arch/um/sys-i386/ptrace_user.c b/arch/um/sys-i386/ptrace_user.c index 95dd309ff69a..40ff0c831bd0 100644 --- a/arch/um/sys-i386/ptrace_user.c +++ b/arch/um/sys-i386/ptrace_user.c | |||
@@ -15,7 +15,6 @@ | |||
15 | #include "user.h" | 15 | #include "user.h" |
16 | #include "os.h" | 16 | #include "os.h" |
17 | #include "uml-config.h" | 17 | #include "uml-config.h" |
18 | #include "user_util.h" | ||
19 | 18 | ||
20 | int ptrace_getregs(long pid, unsigned long *regs_out) | 19 | int ptrace_getregs(long pid, unsigned long *regs_out) |
21 | { | 20 | { |
diff --git a/arch/um/sys-ppc/sigcontext.c b/arch/um/sys-ppc/sigcontext.c index 5d430fc994af..4bdc15c89edd 100644 --- a/arch/um/sys-ppc/sigcontext.c +++ b/arch/um/sys-ppc/sigcontext.c | |||
@@ -1,7 +1,6 @@ | |||
1 | #include "asm/ptrace.h" | 1 | #include "asm/ptrace.h" |
2 | #include "asm/sigcontext.h" | 2 | #include "asm/sigcontext.h" |
3 | #include "sysdep/ptrace.h" | 3 | #include "sysdep/ptrace.h" |
4 | #include "user_util.h" | ||
5 | 4 | ||
6 | /* | 5 | /* |
7 | * Overrides for Emacs so that we follow Linus's tabbing style. | 6 | * Overrides for Emacs so that we follow Linus's tabbing style. |