|
@@ -57,7 +57,13 @@ static inline void rcu_qsctr_inc(int cpu)
|
|
rdssp->sched_qs++;
|
|
rdssp->sched_qs++;
|
|
}
|
|
}
|
|
#define rcu_bh_qsctr_inc(cpu)
|
|
#define rcu_bh_qsctr_inc(cpu)
|
|
-#define call_rcu_bh(head, rcu) call_rcu(head, rcu)
|
|
|
|
|
|
+
|
|
|
|
+/*
|
|
|
|
+ * Someone might want to pass call_rcu_bh as a function pointer.
|
|
|
|
+ * So this needs to just be a rename and not a macro function.
|
|
|
|
+ * (no parentheses)
|
|
|
|
+ */
|
|
|
|
+#define call_rcu_bh call_rcu
|
|
|
|
|
|
/**
|
|
/**
|
|
* call_rcu_sched - Queue RCU callback for invocation after sched grace period.
|
|
* call_rcu_sched - Queue RCU callback for invocation after sched grace period.
|