• P
    rcu: Remove CONFIG_RCU_CPU_STALL_VERBOSE · 0eafa468
    Paul E. McKenney 提交于
    The CONFIG_RCU_CPU_STALL_VERBOSE Kconfig parameter causes preemptible
    RCU's CPU stall warnings to dump out any preempted tasks that are blocking
    the current RCU grace period.  This information is useful, and the default
    has been CONFIG_RCU_CPU_STALL_VERBOSE=y for some years.  It is therefore
    time for this commit to remove this Kconfig parameter, so that future
    kernel builds will always act as if CONFIG_RCU_CPU_STALL_VERBOSE=y.
    Signed-off-by: NPaul E. McKenney <paulmck@linux.vnet.ibm.com>
    0eafa468
Kconfig.debug 57.6 KB