futex: Wake up waiter outside the hb->lock section
Wake ups of futex waiters happen with hb->lock held. This can lead to unneccesary lock contention. Wake them when dropping hb->lock. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Showing
Please register or sign in to comment