summaryrefslogtreecommitdiffstats
path: root/arch/nios2/kernel/sys_nios2.c
Commit message (Collapse)AuthorAgeFilesLines
* nios2: System calls handlingLey Foon Tan2014-12-081-0/+53
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>