uml: move userspace code to userspace file
authorJeff Dike <jdike@addtoit.com>
Tue, 16 Oct 2007 08:26:39 +0000 (01:26 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 16 Oct 2007 16:43:04 +0000 (09:43 -0700)
commit89fe64766ab76b02c65a806b8b5a864652493bd6
tree7da7c84014acded2d74c8d04a3eec57de2bc7622
parent2090ab05fe4bc6b70e7245a9d3ea37afc49150ad
uml: move userspace code to userspace file

Move some code from a kernelspace file to a userspace file where it fits
better.  This enables some tidying which is the subject of a later patch.

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/drivers/chan_kern.c
arch/um/drivers/chan_user.c