uml: remove task_protections
commit57598fd7b31f6437874308a79ca23e51c74da59b
authorJeff Dike <jdike@addtoit.com>
Fri, 11 May 2007 05:22:30 +0000 (10 22:22 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 11 May 2007 15:29:33 +0000 (11 08:29 -0700)
treeb81df1f04864611d23dbaae11343f3827f6e4aa7
parent22258d406f91d7f7ee8e58f18b3722d0647f6a9a
uml: remove task_protections

Replaced task_protections with stack_protections since they do the same
thing, and task_protections was misnamed anyway.

This needs THREAD_SIZE, so that's imported via common-offsets.h

Also tidied up the code in the vicinity.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/include/common-offsets.h
arch/um/include/os.h
arch/um/kernel/tt/exec_kern.c
arch/um/kernel/tt/process_kern.c
arch/um/kernel/um_arch.c
arch/um/os-Linux/util.c