linux-xiaomi-chiron/arch/nios2/kernel
Ley Foon Tan 1000197d80 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>
2014-12-08 12:55:58 +08:00
..
asm-offsets.c nios2: Assembly macros and definitions 2014-12-08 12:55:49 +08:00
entry.S nios2: Exception handling 2014-12-08 12:55:50 +08:00
head.S nios2: Kernel booting and initialization 2014-12-08 12:55:49 +08:00
insnemu.S nios2: Traps exception handling 2014-12-08 12:55:50 +08:00
irq.c nios2: Interrupt handling 2014-12-08 12:55:55 +08:00
misaligned.c nios2: Exception handling 2014-12-08 12:55:50 +08:00
process.c nios2: Process management 2014-12-08 12:55:53 +08:00
setup.c nios2: Kernel booting and initialization 2014-12-08 12:55:49 +08:00
sys_nios2.c nios2: System calls handling 2014-12-08 12:55:58 +08:00
syscall_table.c nios2: System calls handling 2014-12-08 12:55:58 +08:00
traps.c nios2: Traps exception handling 2014-12-08 12:55:50 +08:00