On 2015-01-29 20:54:27, Kristian Høgsberg wrote:
> Here's take two of the fast mutex path. This version has a check for
> linux/futex.h and it split into two patches. First patch introduces
> full_mtx_t and updates callers. Second patch adds the inline mtx_t.
>
> Kristian Høgsberg (2):
> mesa
Here's take two of the fast mutex path. This version has a check for
linux/futex.h and it split into two patches. First patch introduces
full_mtx_t and updates callers. Second patch adds the inline mtx_t.
Kristian Høgsberg (2):
mesa: Split full featured mutex into its own type
mesa: Add new