[PATCH 1/6] locking/mutex: Remove caller signal_pending branch predictions

2018-11-15 Thread Davidlohr Bueso
This is already done for us internally by the signal machinery. Cc: pet...@infradead.org Cc: mi...@kernel.org Signed-off-by: Davidlohr Bueso --- kernel/locking/mutex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/locking/mutex.c b/kernel/locking/mutex.c index

[PATCH 1/6] locking/mutex: Remove caller signal_pending branch predictions

2018-11-15 Thread Davidlohr Bueso
This is already done for us internally by the signal machinery. Cc: pet...@infradead.org Cc: mi...@kernel.org Signed-off-by: Davidlohr Bueso --- kernel/locking/mutex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/locking/mutex.c b/kernel/locking/mutex.c index