]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] uml: remove jail mode + other leftovers
authorPaolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Sat, 28 May 2005 22:52:04 +0000 (15:52 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 28 May 2005 23:46:14 +0000 (16:46 -0700)
commitbf0474d371f81e4f333565aeb58af9b20eec654d
treea8fcfafdbbdec7e4e2513cc0304ad49f81658f92
parent406f03aa76f0e824bf8d0c8f0df0da2dae191db0
[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>
arch/um/kernel/tt/process_kern.c
arch/um/kernel/um_arch.c
include/asm-um/pgtable.h