commit | a15e9ffa877852e529db33cc615c132bad2fc60a | [log] [tgz] |
---|---|---|
author | Greentime Hu <greentime@andestech.com> | Tue Oct 24 15:47:50 2017 +0800 |
committer | Greentime Hu <greentime@andestech.com> | Thu Feb 22 10:44:32 2018 +0800 |
tree | c6a8f4eb446a368a79327835de1051031327e3d2 | |
parent | 7de9cf474083bfbba469f72dc208f7b51747632d [diff] |
nds32: Process management This patch includes copy_thread(), start_thread() implementation and cpu_context structure definition. nds32 uses $r25 to get current task_struct. Signed-off-by: Vincent Chen <vincentc@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com> Acked-by: Arnd Bergmann <arnd@arndb.de>