android_kernel_samsung_msm8976/arch/um/kernel/skas
Bodo Stroesser 12919aa6e0 [PATCH] uml: move LDT creation
s390 doesn't have a LDT.  So MM_COPY_SEGMENTS will not be supported on s390.

The only user of MM_COPY_SEGMENTS is new_mm(), but that's no longer useful, as
arch/sys-i386/ldt.c defines init_new_ldt(), which is called immediately after
new_mm().  So we should copy host's LDT in init_new_ldt(), if /proc/mm is
available, to have this subarch specific call in subarch code.

Signed-off-by: Bodo Stroesser <bstroesser@fujitsu-siemens.com>
Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-01-18 19:20:18 -08:00
..
include [PATCH] uml: move LDT creation 2006-01-18 19:20:18 -08:00
clone.c [PATCH] uml skas0: stop gcc's insanity 2005-12-18 11:19:44 -08:00
exec_kern.c
Makefile [PATCH] uml: move libc-dependent code from trap_user.c 2006-01-08 20:13:39 -08:00
mem.c
mem_user.c
mmu.c [PATCH] uml: move LDT creation 2006-01-18 19:20:18 -08:00
process.c [PATCH] uml: fix debug output on x86_64 2006-01-11 18:42:10 -08:00
process_kern.c [PATCH] uml: move LDT creation 2006-01-18 19:20:18 -08:00
syscall.c
tlb.c
uaccess.c