actual sys_indirect code
authorUlrich Drepper <drepper@redhat.com>
Wed, 21 Nov 2007 07:28:50 +0000 (02:28 -0500)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 22 Jan 2008 09:33:43 +0000 (10:33 +0100)
commit28c7f89b1fb358bc3a2bfbbf8c21a60f3f9dcb12
tree1b0918599a751cc606d24b75bc5e26ec67943564
parentd384e35a25445bb60457b7dab8cffe178c6b7ecb
actual sys_indirect code

This is the actual architecture-independent part of the system call
implementation.

 include/linux/indirect.h |   17 +++++++++++++++++
 include/linux/sched.h    |    4 ++++
 include/linux/syscalls.h |    4 ++++
 kernel/Makefile          |    3 +++
 kernel/indirect.c        |   40 ++++++++++++++++++++++++++++++++++++++++
 5 files changed, 68 insertions(+)

Signed-off-by: Jens Axboe <axboe@axboetest.dk.oracle.com>
include/linux/indirect.h [new file with mode: 0644]
include/linux/sched.h
include/linux/syscalls.h
kernel/Makefile
kernel/indirect.c [new file with mode: 0644]