commit | 61a204c8310584f3e43229ad09eb0ea82ff39d93 | [log] [tgz] |
---|---|---|
author | Carlo Caione <ccaione@baylibre.com> | Mon Jan 30 19:15:08 2023 +0100 |
committer | Stephanos Ioannidis <root@stephanos.io> | Wed Feb 01 03:52:14 2023 +0900 |
tree | 909a284f43c934123cc22cb7678a026a2240a02c | |
parent | 9bc3de8c11658fc2d174d390418e6ab76a5db041 [diff] |
riscv: Do not remove ESF when SOC_ISR_SW_UNSTACKING When CONFIG_SOC_ISR_SW_UNSTACKING is defined, it's up to the custom soc code to remove the ESF, because the software-managed part of the ESF is depending on the hardware. Fix this in the ISR code. Signed-off-by: Carlo Caione <ccaione@baylibre.com>