]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
amdkfd: actually allocate longs for the pasid bitmask
authorSasha Levin <sasha.levin@oracle.com>
Sun, 28 Dec 2014 16:44:37 +0000 (11:44 -0500)
committerOded Gabbay <oded.gabbay@amd.com>
Sun, 28 Dec 2014 16:44:37 +0000 (11:44 -0500)
commit68d0cb49f8db5ddce7cb6cbd7781e232c42c472a
tree88de91a3d93b647849d23590eecca1762599eaa9
parent611a03d764b151190ba7a388b00be72b23aee2bc
amdkfd: actually allocate longs for the pasid bitmask

Commit "amdkfd: use sizeof(long) granularity for the pasid bitmask" calculated
the number of longs it will need, but ended up allocating that number of
bytes rather than longs.

Fix that silly error and allocate the amount of data really required.

Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_pasid.c