]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdkfd: Use DECLARE_BITMAP
authorJoe Perches <joe@perches.com>
Wed, 20 May 2015 01:37:51 +0000 (18:37 -0700)
committerOded Gabbay <oded.gabbay@gmail.com>
Wed, 3 Jun 2015 08:31:12 +0000 (11:31 +0300)
commit6182e98116760f544b9266adb4ca0b659e7b248f
treec1c8abab501e09bf47ce58ac97ab5565b9959a0d
parentaa14db580cfd9faec72c2af11ce71c30643a74c7
drm/amdkfd: Use DECLARE_BITMAP

Use the generic mechanism to declare a bitmap instead of unsigned long.

It seems that "struct kfd_process.allocated_queue_bitmap" is unused.
Maybe it could be deleted instead.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
drivers/gpu/drm/amd/amdkfd/kfd_priv.h