arch: move sigdeliver to common code

Signed-off-by: hujun5 <hujun5@xiaomi.com>
This commit is contained in:
hujun5
2024-09-11 17:42:46 +08:00
committed by Xiang Xiao
parent a569eef6ba
commit 7eea4223ee
98 changed files with 259 additions and 441 deletions
-6
View File
@@ -170,12 +170,6 @@ struct xcptcontext
uint32_t regs[XCPTCONTEXT_REGS];
/* The following function pointer is non-zero if there
* are pending signals to be processed.
*/
void *sigdeliver; /* Actual type is sig_deliver_t */
/* These are saved copies of LR and CPSR used during
* signal processing.
*