original_kernel/arch/um/kernel/tt
Paolo 'Blaisorblade' Giarrusso 8e21683bb4 [PATCH] uml: remove jail mode + other leftovers
This var is currently useless, as it's apparent from reading the code. Until
2.6.11 it was used in some code related to jail mode, in the same proc.:

        if(jail){
		while(!reading) sched_yield();
	}

jail mode has been dropped, together with that use, so let's finish dropping
this.

Also, remove some other useless definitions I met.

Acked-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-05-28 16:46:14 -07:00
..
include
ptproxy
Makefile
exec_kern.c
exec_user.c
gdb.c
gdb_kern.c
ksyms.c
mem.c
mem_user.c
process_kern.c
syscall_kern.c
syscall_user.c
time.c
tlb.c
tracer.c
trap_user.c
uaccess.c
uaccess_user.c
unmap.c