[PATCH] uml: system call path cleanup
authorJeff Dike <jdike@addtoit.com>
Sat, 3 Sep 2005 22:57:42 +0000 (15:57 -0700)
committerLinus Torvalds <torvalds@evo.osdl.org>
Mon, 5 Sep 2005 07:06:23 +0000 (00:06 -0700)
commite32dacb9f481fd6decb41adb28e720c923d34f54
tree77594001f5c670380897d84367442725740383d9
parent08964c565b2fe49e338ffbe4907adcc19647ef16
[PATCH] uml: system call path cleanup

This merges two sets of files which had no business being split apart in the
first place.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
13 files changed:
arch/um/include/syscall.h [new file with mode: 0644]
arch/um/include/syscall_user.h [deleted file]
arch/um/include/sysdep-i386/syscalls.h
arch/um/include/sysdep-x86_64/syscalls.h
arch/um/kernel/Makefile
arch/um/kernel/skas/Makefile
arch/um/kernel/skas/syscall.c [new file with mode: 0644]
arch/um/kernel/skas/syscall_kern.c [deleted file]
arch/um/kernel/skas/syscall_user.c [deleted file]
arch/um/kernel/syscall.c [new file with mode: 0644]
arch/um/kernel/syscall_user.c [deleted file]
arch/um/kernel/tt/syscall_kern.c
arch/um/kernel/tt/syscall_user.c