• Paul Gortmaker's avatar
    rcu: deprecate "all" option to rcu_nocbs= · 3e70df91
    Paul Gortmaker authored
    With the core bitmap support now accepting "N" as a placeholder for
    the end of the bitmap, "all" can be represented as "0-N" and has the
    advantage of not being specific to RCU (or any other subsystem).
    
    So deprecate the use of "all" by removing documentation references
    to it.  The support itself needs to remain for now, since we don't
    know how many people out there are using it currently, but since it
    is in an __init area anyway, it isn't worth losing sleep over.
    
    Cc: Yury Norov <yury.norov@gmail.com>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: "Paul E. McKenney" <paulmck@kernel.org>
    Cc: Josh Triplett <josh@joshtriplett.org>
    Acked-by: default avatarYury Norov <yury.norov@gmail.com>
    Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
    Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
    3e70df91
kernel-parameters.txt 214 KB