linux/arch/um/sys-i386
Jeff Dike edea138584 uml: tidy kern_util.h
Tidy kern_util.h.  It turns out that most of the function declarations
aren't used, so they can go away.  os.h no longer includes
kern_util.h, so files which got it through os.h now need to include it
directly.  A number of other files never needed it, so these includes
are deleted.

The structure which was used to pass signal handlers from the kernel
side to the userspace side is gone.  Instead, the handlers are
declared here, and used directly from libc code.  This allows
arch/um/os-Linux/trap.c to be deleted, with its remnants being moved
to arch/um/os-Linux/skas/trap.c.

arch/um/os-Linux/tty.c had its inclusions changed, and it needed some
style attention, so it got tidied.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-02-05 09:44:26 -08:00
..
bug.c spelling fixes: arch/um/ 2007-10-20 01:23:03 +02:00
bugs.c uml: tidy kern_util.h 2008-02-05 09:44:26 -08:00
checksum.S Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
delay.c [PATCH] uml: fix unreasonably long udelay 2007-04-02 10:06:08 -07:00
fault.c uml: style fixes pass 3 2007-10-16 09:43:05 -07:00
ksyms.c [PATCH] uml: fix some double export warnings 2006-04-11 06:18:36 -07:00
ldt.c uml: fold mmu_context_skas into mm_context 2007-10-16 09:43:06 -07:00
Makefile uml: style fixes in FP code 2007-10-16 09:43:07 -07:00
ptrace_user.c uml: style fixes pass 1 2007-10-16 09:43:05 -07:00
ptrace.c misc uml annotation and section fixes 2007-10-29 07:41:32 -07:00
setjmp.S [PATCH] uml: Use klibc setjmp/longjmp 2006-09-26 08:49:05 -07:00
signal.c UML: change sigcontext fields to match x86 2008-01-30 13:31:08 +01:00
stub_segv.c uml: fix stub address calculations 2007-10-16 09:43:09 -07:00
stub.S uml: borrow const.h techniques 2008-02-05 09:44:26 -08:00
sys_call_table.S i386: move kernel 2007-10-11 11:17:01 +02:00
syscalls.c remove include/asm-*/ipc.h 2007-10-17 08:42:55 -07:00
sysrq.c Remove all inclusions of <linux/config.h> 2006-10-04 03:38:54 -04:00
tls.c uml: get rid of asmlinkage 2008-02-05 09:44:25 -08:00
user-offsets.c uml: don't use glibc asm/user.h 2007-10-16 09:43:07 -07:00