summaryrefslogtreecommitdiffstats
path: root/kernel/locking/rtmutex-debug.c
diff options
context:
space:
mode:
authorPeter Zijlstra2017-03-22 11:35:50 +0100
committerThomas Gleixner2017-03-23 19:10:07 +0100
commitfffa954fb528963c2fb7b0c0084eb77e2be7ab52 (patch)
tree6f79e09c1cdb2a04922ad13038cf301c5255d8c2 /kernel/locking/rtmutex-debug.c
parentfutex: Use smp_store_release() in mark_wake_futex() (diff)
downloadkernel-qcow2-linux-fffa954fb528963c2fb7b0c0084eb77e2be7ab52.tar.gz
kernel-qcow2-linux-fffa954fb528963c2fb7b0c0084eb77e2be7ab52.tar.xz
kernel-qcow2-linux-fffa954fb528963c2fb7b0c0084eb77e2be7ab52.zip
futex: Remove rt_mutex_deadlock_account_*()
These are unused and clutter up the code. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Cc: juri.lelli@arm.com Cc: bigeasy@linutronix.de Cc: xlpang@redhat.com Cc: rostedt@goodmis.org Cc: mathieu.desnoyers@efficios.com Cc: jdesfossez@efficios.com Cc: dvhart@infradead.org Cc: bristot@redhat.com Link: http://lkml.kernel.org/r/20170322104151.652692478@infradead.org Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'kernel/locking/rtmutex-debug.c')
-rw-r--r--kernel/locking/rtmutex-debug.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/kernel/locking/rtmutex-debug.c b/kernel/locking/rtmutex-debug.c
index 97ee9df32e0f..32fe775a2eaf 100644
--- a/kernel/locking/rtmutex-debug.c
+++ b/kernel/locking/rtmutex-debug.c
@@ -174,12 +174,3 @@ void debug_rt_mutex_init(struct rt_mutex *lock, const char *name)
lock->name = name;
}
-void
-rt_mutex_deadlock_account_lock(struct rt_mutex *lock, struct task_struct *task)
-{
-}
-
-void rt_mutex_deadlock_account_unlock(struct task_struct *task)
-{
-}
-