git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
170c381
)
nios2: rework trap handler
author
Ley Foon Tan
<lftan@altera.com>
Thu, 16 Apr 2015 07:19:01 +0000
(15:19 +0800)
committer
Ley Foon Tan
<lftan@altera.com>
Mon, 20 Apr 2015 03:11:14 +0000
(11:11 +0800)
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>
No differences found