summaryrefslogtreecommitdiffstats
path: root/arch/nds32/kernel/ex-scall.S
Commit message (Collapse)AuthorAgeFilesLines
* nds32: nds32 FPU portVincent Chen2018-11-221-3/+5
| | | | | | | | | | | This patch set contains basic components for supporting the nds32 FPU, such as exception handlers and context switch for FPU registers. By default, the lazy FPU scheme is supported and the user can configure it via CONFIG_LZAY_FPU. Signed-off-by: Vincent Chen <vincentc@andestech.com> Acked-by: Greentime Hu <greentime@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com>
* nds32: System calls handlingGreentime Hu2018-02-221-0/+98
This patch adds support for system calls. Signed-off-by: Vincent Chen <vincentc@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de>