aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nios2/kernel/traps.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-04-20nios2: rework trap handlerLey Foon Tan1-7/+27
Redefine trap handler as below: 0 N/A reserved for system calls 1 SIGUSR1 user-defined signal 1 2 SIGUSR2 user-defined signal 2 3 SIGILL illegal instruction 4..29 reserved (but implemented to raise SIGILL instead of being undefined) 30 SIGTRAP KGDB 31 SIGTRAP trace/breakpoint trap Signed-off-by: Ley Foon Tan <lftan@altera.com>
2014-12-08nios2: Traps exception handlingLey Foon Tan1-0/+185
This patch contains traps exception handling. Signed-off-by: Ley Foon Tan <lftan@altera.com>