aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2022-03-31 10:36:55 +0200
committerThomas Gleixner <tglx@linutronix.de>2022-03-31 10:36:55 +0200
commit7dd5ad2d3e82fb55229e3fe18e09160878e77e20 (patch)
treeee452e1e6b8fb41a9b5e5339c7f152517567d376 /include/linux/sched.h
parentmm: page_alloc: validate buddy before check its migratetype. (diff)
downloadlinux-dev-7dd5ad2d3e82fb55229e3fe18e09160878e77e20.tar.xz
linux-dev-7dd5ad2d3e82fb55229e3fe18e09160878e77e20.zip
Revert "signal, x86: Delay calling signals in atomic on RT enabled kernels"
Revert commit bf9ad37dc8a. It needs to be better encapsulated and generalized. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: "Eric W. Biederman" <ebiederm@xmission.com> Cc: Oleg Nesterov <oleg@redhat.com> Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Diffstat (limited to '')
-rw-r--r--include/linux/sched.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 4a6fdd2a679f..d5e3c00b74e1 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1090,9 +1090,6 @@ struct task_struct {
/* Restored if set_restore_sigmask() was used: */
sigset_t saved_sigmask;
struct sigpending pending;
-#ifdef CONFIG_RT_DELAYED_SIGNALS
- struct kernel_siginfo forced_info;
-#endif
unsigned long sas_ss_sp;
size_t sas_ss_size;
unsigned int sas_ss_flags;