We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba29f1 commit 79367b7Copy full SHA for 79367b7
drivers/gpu/drm/i915/i915_pmu.c
@@ -1335,13 +1335,8 @@ void i915_pmu_unregister(struct drm_i915_private *i915)
1335
if (!pmu->registered)
1336
return;
1337
1338
- /*
1339
- * "Disconnect" the PMU callbacks - since all are atomic synchronize_rcu
1340
- * ensures all currently executing ones will have exited before we
1341
- * proceed with unregistration.
1342
- */
+ /* Disconnect the PMU callbacks */
1343
pmu->registered = false;
1344
- synchronize_rcu();
1345
1346
hrtimer_cancel(&pmu->timer);
1347
0 commit comments