]> asedeno.scripts.mit.edu Git - linux.git/commit
time: Move CONTEXT_TRACKING to kernel/time/Kconfig
authorPaul E. McKenney <paulmck@linux.ibm.com>
Thu, 20 Dec 2018 17:05:25 +0000 (09:05 -0800)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 15 Jan 2019 10:16:41 +0000 (11:16 +0100)
commita4cffdad731447217701d3bc6da4587bbb4d2cbd
treef0a5afd7f83b3386cf47102d991abc3c9673f784
parent1c7fc5cbc33980acd13d668f1c8f0313d6ae9fd8
time: Move CONTEXT_TRACKING to kernel/time/Kconfig

Both CONTEXT_TRACKING and CONTEXT_TRACKING_FORCE are currently defined
in kernel/rcu/kconfig, which might have made sense at some point, but
no longer does given that RCU refers to neither of these Kconfig options.

Therefore move them to kernel/time/Kconfig, where the rest of the
NO_HZ_FULL Kconfig options live.

Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Link: https://lkml.kernel.org/r/20181220170525.GA12579@linux.ibm.com
kernel/rcu/Kconfig
kernel/time/Kconfig