diff options
Diffstat (limited to 'src/gallium/auxiliary/pipebuffer/pb_cache.h')
-rw-r--r-- | src/gallium/auxiliary/pipebuffer/pb_cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/pipebuffer/pb_cache.h b/src/gallium/auxiliary/pipebuffer/pb_cache.h index 7000fcd1c5a..d082eca8b5d 100644 --- a/src/gallium/auxiliary/pipebuffer/pb_cache.h +++ b/src/gallium/auxiliary/pipebuffer/pb_cache.h @@ -52,7 +52,7 @@ struct pb_cache */ struct list_head buckets[4]; - pipe_mutex mutex; + mtx_t mutex; uint64_t cache_size; uint64_t max_cache_size; unsigned usecs; |