]> 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)
commitbd783476b391cf681b1d1f6e5b98cabbe5a8052d
treec1c8abab501e09bf47ce58ac97ab5565b9959a0d
parent6625dbe9b7e5bfe489775299f952b25ea02e44b8
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