|
@@ -2390,7 +2390,7 @@ rcu_report_qs_rdp(int cpu, struct rcu_state *rsp, struct rcu_data *rdp)
|
|
if ((rnp->qsmask & mask) == 0) {
|
|
if ((rnp->qsmask & mask) == 0) {
|
|
raw_spin_unlock_irqrestore(&rnp->lock, flags);
|
|
raw_spin_unlock_irqrestore(&rnp->lock, flags);
|
|
} else {
|
|
} else {
|
|
- rdp->core_needs_qs = 0;
|
|
|
|
|
|
+ rdp->core_needs_qs = false;
|
|
|
|
|
|
/*
|
|
/*
|
|
* This GP can't end until cpu checks in, so all of our
|
|
* This GP can't end until cpu checks in, so all of our
|