• Paul E. McKenney's avatar
    rcu: Create NEED_TASKS_RCU to factor out enablement logic · 1b4e9fdf
    Paul E. McKenney authored
    Currently, if a Kconfig option depends on TASKS_RCU, it conditionally does
    "select TASKS_RCU if PREEMPTION".  This works, but requires any change in
    this enablement logic to be replicated across all such "select" clauses.
    This commit therefore creates a new NEED_TASKS_RCU Kconfig option so
    that the default value of TASKS_RCU can depend on a combination of this
    new option and any needed enablement logic, so that this logic is in
    one place.
    
    While in the area, also anticipate a likely future change by adding
    PREEMPT_AUTO to that logic.
    Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
    Cc: Ankur Arora <ankur.a.arora@oracle.com>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: Steven Rostedt <rostedt@goodmis.org>
    Acked-by: default avatarMark Rutland <mark.rutland@arm.com>
    Signed-off-by: default avatarUladzislau Rezki (Sony) <urezki@gmail.com>
    1b4e9fdf
Kconfig 12 KB