Remove final remaining CONFIG_DISABLE_SIGNALS and CONFIG_DISABLE_SIGNAL

This commit is contained in:
Juha Niskanen
2021-05-10 21:05:32 +03:00
committed by Alan Carvalho de Assis
parent 8af9d39667
commit abcb67a292
11 changed files with 9 additions and 109 deletions
-2
View File
@@ -172,7 +172,6 @@ struct xcptcontext
* to be processed.
*/
#ifndef CONFIG_DISABLE_SIGNALS
void *sigdeliver; /* Actual type is sig_deliver_t */
/* These are saved copies of instruction pointer and EFLAGS used during
@@ -182,7 +181,6 @@ struct xcptcontext
uint64_t saved_rip;
uint64_t saved_rflags;
uint64_t saved_rsp;
#endif
/* Register save area */