• P
    rcu: Remove leg of force_quiescent_state() switch statement · ee47eb9f
    Paul E. McKenney 提交于
    The comparisons of rsp->gpnum nad rsp->completed in
    rcu_process_dyntick() and force_quiescent_state() can be
    replaced by the much more clear rcu_gp_in_progress() predicate
    function.  After doing this, it becomes clear that the
    RCU_SAVE_COMPLETED leg of the force_quiescent_state() function's
    switch statement is almost completely a no-op.  A small change
    to the RCU_SAVE_DYNTICK leg renders it a complete no-op, after
    which it can be removed.  Doing so also eliminates the forcenow
    local variable from force_quiescent_state().
    Signed-off-by: NPaul E. McKenney <paulmck@linux.vnet.ibm.com>
    Cc: laijs@cn.fujitsu.com
    Cc: dipankar@in.ibm.com
    Cc: mathieu.desnoyers@polymtl.ca
    Cc: josh@joshtriplett.org
    Cc: dvhltc@us.ibm.com
    Cc: niv@us.ibm.com
    Cc: peterz@infradead.org
    Cc: rostedt@goodmis.org
    Cc: Valdis.Kletnieks@vt.edu
    Cc: dhowells@redhat.com
    LKML-Reference: <12626465501781-git-send-email->
    Signed-off-by: NIngo Molnar <mingo@elte.hu>
    ee47eb9f
rcutree.c 54.7 KB