anv/allocator: Use list->u64 in free_list_push
authorJason Ekstrand <jason@jlekstrand.net>
Tue, 13 Jul 2021 21:23:22 +0000 (16:23 -0500)
committerMarge Bot <eric+marge@anholt.net>
Wed, 14 Jul 2021 05:50:46 +0000 (05:50 +0000)
commit2fd989a298d81708b9722274685cea47b19d139a
tree4a79827a00dd578739ccc9887da6b2840f33c255
parentf5946354d3ebc3fda9c0de7303a7a1073774fdf0
anv/allocator: Use list->u64 in free_list_push

Since we always modify this structure with atomics on the u64, it seems
better to use the u64 here too.  I have no idea if this fixes a bug.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11857>
src/intel/vulkan/anv_allocator.c