The following commit has been merged into the core/rcu branch of tip:

Commit-ID:     b705984b529003265404866b9c9edf6d24d46aa1
Gitweb:        
https://git.kernel.org/tip/b705984b529003265404866b9c9edf6d24d46aa1
Author:        Thomas Gleixner <[email protected]>
AuthorDate:    Mon, 14 Sep 2020 19:40:22 +02:00
Committer:     Paul E. McKenney <[email protected]>
CommitterDate: Thu, 01 Oct 2020 09:05:16 -07:00

preempt: Remove PREEMPT_COUNT from Kconfig

All conditionals and irritations are gone.

Signed-off-by: Thomas Gleixner <[email protected]>
Signed-off-by: Paul E. McKenney <[email protected]>
---
 kernel/Kconfig.preempt | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/kernel/Kconfig.preempt b/kernel/Kconfig.preempt
index 3f4712f..120b63f 100644
--- a/kernel/Kconfig.preempt
+++ b/kernel/Kconfig.preempt
@@ -74,8 +74,5 @@ config PREEMPT_RT
 
 endchoice
 
-config PREEMPT_COUNT
-       def_bool y
-
 config PREEMPTION
        bool

Reply via email to