Skip to content
  • Paul E. McKenney's avatar
    rcu: Remove CONFIG_RCU_CPU_STALL_VERBOSE · 0eafa468
    Paul E. McKenney authored
    
    
    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: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
    0eafa468