Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

um: shared/process.h is empty now; kill it

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>

authored by

Al Viro and committed by
Richard Weinberger
0de021f7 ab1c0cc7

-14
-9
arch/um/include/shared/process.h
··· 1 - /* 2 - * Copyright (C) 2000 - 2008 Jeff Dike (jdike@{addtoit,linux.intel}.com) 3 - * Licensed under the GPL 4 - */ 5 - 6 - #ifndef __PROCESS_H__ 7 - #define __PROCESS_H__ 8 - 9 - #endif
-1
arch/um/os-Linux/irq.c
··· 10 10 #include <string.h> 11 11 #include "irq_user.h" 12 12 #include "os.h" 13 - #include "process.h" 14 13 #include "um_malloc.h" 15 14 16 15 /*
-1
arch/um/os-Linux/process.c
··· 15 15 #include "init.h" 16 16 #include "longjmp.h" 17 17 #include "os.h" 18 - #include "process.h" 19 18 #include "skas_ptrace.h" 20 19 21 20 #define ARBITRARY_ADDR -1
-1
arch/um/os-Linux/sigio.c
··· 14 14 #include "kern_util.h" 15 15 #include "init.h" 16 16 #include "os.h" 17 - #include "process.h" 18 17 #include "sigio.h" 19 18 #include "um_malloc.h" 20 19
-1
arch/um/os-Linux/signal.c
··· 12 12 #include "as-layout.h" 13 13 #include "kern_util.h" 14 14 #include "os.h" 15 - #include "process.h" 16 15 #include "sysdep/barrier.h" 17 16 #include "sysdep/mcontext.h" 18 17
-1
arch/um/os-Linux/skas/process.c
··· 17 17 #include "kern_util.h" 18 18 #include "mem.h" 19 19 #include "os.h" 20 - #include "process.h" 21 20 #include "proc_mm.h" 22 21 #include "ptrace_user.h" 23 22 #include "registers.h"