]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/platforms/iseries/lpevents.c
Merge branch 'linux-2.6'
[karo-tx-linux.git] / arch / powerpc / platforms / iseries / lpevents.c
index 275f49449839e189ff2776a0047fd03813595544..e5b40e3e0082cfd07c1597edd26c6f5ebbac54f5 100644 (file)
@@ -239,7 +239,7 @@ int HvLpEvent_unregisterHandler(HvLpEvent_Type eventType)
                         * other CPUs, and that the deleted handler isn't
                         * still running on another CPU when we return.
                         */
-                       synchronize_rcu();
+                       synchronize_sched();
                        return 0;
                }
        }