summaryrefslogtreecommitdiffstats
path: root/arch/nds32/lib/interrupts.c
Commit message (Collapse)AuthorAgeFilesLines
* nds32: fix ptrace and interrupt register overflowMacpaul Lin2012-03-191-1/+1
| | | | | | | | Fix ptrace and interrupt register overflow warning. Add missing P0 and P1 (r26 and r27) into register lists. These register are usually used in OS. Signed-off-by: Macpaul Lin <macpaul@gmail.com>
* nds32/lib: add generic funcs in NDS32 libMacpaul Lin2011-10-221-0/+129
Add Makefile, board.c, interrupts.c and bootm.c functions to nds32 architecture. Signed-off-by: Macpaul Lin <macpaul@andestech.com>