diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2022-03-31 10:36:55 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2022-03-31 10:36:55 +0200 |
commit | 7dd5ad2d3e82fb55229e3fe18e09160878e77e20 (patch) | |
tree | ee452e1e6b8fb41a9b5e5339c7f152517567d376 /arch/x86 | |
parent | 787af64d05cd528aac9ad16752d11bb1c6061bb9 (diff) | |
download | linux-stable-7dd5ad2d3e82fb55229e3fe18e09160878e77e20.tar.gz linux-stable-7dd5ad2d3e82fb55229e3fe18e09160878e77e20.tar.bz2 linux-stable-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 'arch/x86')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 7340d9f01b62..442a426e8a68 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -122,7 +122,6 @@ config X86 select ARCH_WANT_GENERAL_HUGETLB select ARCH_WANT_HUGE_PMD_SHARE select ARCH_WANT_LD_ORPHAN_WARN - select ARCH_WANTS_RT_DELAYED_SIGNALS select ARCH_WANTS_THP_SWAP if X86_64 select ARCH_HAS_PARANOID_L1D_FLUSH select BUILDTIME_TABLE_SORT |