summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/amd/amdgpu/amdgpu_fence.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/drm/amd/amdgpu/amdgpu_fence.c')
-rw-r--r--sys/dev/pci/drm/amd/amdgpu/amdgpu_fence.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/amd/amdgpu/amdgpu_fence.c b/sys/dev/pci/drm/amd/amdgpu/amdgpu_fence.c
index db3f288a633..7e6c107c244 100644
--- a/sys/dev/pci/drm/amd/amdgpu/amdgpu_fence.c
+++ b/sys/dev/pci/drm/amd/amdgpu/amdgpu_fence.c
@@ -69,7 +69,7 @@ int amdgpu_fence_slab_init(void)
return -ENOMEM;
#else
pool_init(&amdgpu_fence_slab, sizeof(struct amdgpu_fence),
- 0, IPL_TTY, 0, "amdgpu_fence", NULL);
+ CACHELINESIZE, IPL_TTY, 0, "amdgpu_fence", NULL);
#endif
return 0;
}