commit | 1000197d801329804d30094aef5dba0265204d17 | [log] [tgz] |
---|---|---|
author | Ley Foon Tan <lftan@altera.com> | Thu Nov 06 15:19:57 2014 +0800 |
committer | Ley Foon Tan <lftan@altera.com> | Mon Dec 08 12:55:58 2014 +0800 |
tree | 9c494ebb84afcfae63306c6d8fdcd56028cb80fc | |
parent | 19f4c6b5afb92d405009cb8801bde3edc9205dc0 [diff] |
nios2: System calls handling This patch adds support for system calls from userspaces. It uses the asm-generic/unistd.h definitions with architecture spcific syscall. The sys_call_table is just an array defined in a C file and it contains pointers to the syscall functions. Signed-off-by: Ley Foon Tan <lftan@altera.com>