]> www.infradead.org Git - users/willy/linux.git/commit
kernel/locking/mutex.c: remove caller signal_pending branch predictions
authorDavidlohr Bueso <dave@stgolabs.net>
Wed, 5 Dec 2018 00:14:25 +0000 (11:14 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 10 Dec 2018 08:29:18 +0000 (19:29 +1100)
commit55d7807538941f5a01eeb53c6800c2c593b278b8
tree41941d3ba0425f1c2f057011545213c13a1fccfa
parent478a37cc4077fce3fb5790b503ef46cc4cf59d5b
kernel/locking/mutex.c: remove caller signal_pending branch predictions

This is already done for us internally by the signal machinery.

Link: http://lkml.kernel.org/r/20181116002713.8474-2-dave@stgolabs.net
Signed-off-by: Davidlohr Bueso <dave@stgolabs.net>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
kernel/locking/mutex.c