• P
    rcu: Add online/offline info to expedited stall warning message · 74611ecb
    Paul E. McKenney 提交于
    This commit makes the RCU CPU stall warning message print online/offline
    indications immediately after the CPU number.  A "O" indicates global
    offline, a "." global online, and a "o" indicates RCU believes that the
    CPU is offline for the current grace period and "." otherwise, and an
    "N" indicates that RCU believes that the CPU will be offline for the
    next grace period, and "." otherwise, all right after the CPU number.
    So for CPU 10, you would normally see "10-...:" indicating that everything
    believes that the CPU is online.
    Signed-off-by: NPaul E. McKenney <paulmck@linux.vnet.ibm.com>
    74611ecb
tree.h 27.3 KB