| From: |
| Sebastian Andrzej Siewior <bigeasy@linutronix.de> |
| To: |
| linux-kernel@vger.kernel.org |
| Subject: |
| rt_mutex based ww_mutex implementation |
| Date: |
| Fri, 27 Feb 2015 17:57:06 +0100 |
| Message-ID: |
| <1425056229-22326-1-git-send-email-bigeasy@linutronix.de> |
| Cc: |
| Peter Zijlstra <peterz@infradead.org>, Ingo Molnar <mingo@redhat.com>, Maarten Lankhorst <maarten.lankhorst@canonical.com> |
| Archive‑link: | |
Article |
On -RT we use struct rt_mutex instead of struct mutex for a regular "mutex".
And since people use GPUs there, too we needed a port of ww_mutex based
rtmutex. I snipped the implementaton out of -RT tried to fit on mainline
and not breaking too much. It doesn't look that bad now :)
#1 is here to keep the changes in #2 a little smaller.
Not sure if #3 makes sense without #2 but it looks like this has been
forgotten.
Sebastian
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/