kernel-hacking-2024-linux-s.../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
delay.c
fault.c uml: style fixes pass 3 2007-10-16 09:43:05 -07:00
ksyms.c
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.c misc uml annotation and section fixes 2007-10-29 07:41:32 -07:00
ptrace_user.c uml: style fixes pass 1 2007-10-16 09:43:05 -07:00
setjmp.S
signal.c UML: change sigcontext fields to match x86 2008-01-30 13:31:08 +01:00
stub.S uml: borrow const.h techniques 2008-02-05 09:44:26 -08:00
stub_segv.c uml: fix stub address calculations 2007-10-16 09:43:09 -07: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
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