[PATCH] uml: separate libc-dependent uaccess code
The serial UML OS-abstraction layer patch (um/kernel dir). This moves all systemcalls from uaccess_user.c file under os-Linux dir Signed-off-by: Gennady Sharapov <Gennady.V.Sharapov@intel.com> Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
0e76422ca5
commit
bb57842625
@@ -10,6 +10,7 @@
|
||||
#include "uml_uaccess.h"
|
||||
#include "task.h"
|
||||
#include "kern_util.h"
|
||||
#include "os.h"
|
||||
|
||||
int __do_copy_from_user(void *to, const void *from, int n,
|
||||
void **fault_addr, void **fault_catcher)
|
||||
|
Reference in New Issue
Block a user