]> Git Repo - linux.git/commit
drm/amdkfd: remove extra use of volatile
authorVictor Zhao <[email protected]>
Tue, 22 Oct 2024 13:48:13 +0000 (21:48 +0800)
committerAlex Deucher <[email protected]>
Thu, 24 Oct 2024 22:04:49 +0000 (18:04 -0400)
commitb6890efb597a19cc8bb45e0c2375292fd1f338de
tree90636bb107a5aa93c41261650763ff88a4e858c6
parent3d0ffc64188c0573fd3b1b2ba75eb1b35274fc7c
drm/amdkfd: remove extra use of volatile

as the adding of mb() should be sufficient in function unmap_queues_cpsch,
remove the add of volatile type as recommended

Signed-off-by: Victor Zhao <[email protected]>
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.h
This page took 0.050634 seconds and 4 git commands to generate.