commit | 97fa2033300bbd23a5ba226fd5d0d4423ae0aaff | [log] [tgz] |
---|---|---|
author | Jim Shu <cwshu@andestech.com> | Tue Aug 03 01:53:19 2021 +0800 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Wed Aug 18 05:18:55 2021 -0400 |
tree | 9b83387912917d8f9098b9ab83d9c0bf61d2afb1 | |
parent | e3fe63a2214fac9479432d339aeaea994685302f [diff] |
Revert "arch: riscv: added support for custom initialization of gp register" This reverts commit 7b09d031fae3969fbe8647a57190f1fa21fabd8e. Because context save of GP register is removed, we don't need to initialize GP at thread init. GP will be a constant value so that it could only be initialized at program start. Signed-off-by: Jim Shu <cwshu@andestech.com>