Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-31 | csky: remove unused members in processor.h | Guo Ren | |
Cleanup struct cpuinfo_csky and struct thread_struct, remove all esp0 related code. We could get pt_regs from sp and backtrace could use fp in switch_stack. Signed-off-by: Guo Ren <ren_guo@c-sky.com> | |||
2018-10-25 | csky: Exception handling and mm-fault | Guo Ren | |
This patch adds exception handling code, cpuinfo and mm-fault code. Signed-off-by: Guo Ren <ren_guo@c-sky.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de> |