git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
611a03d
)
amdkfd: actually allocate longs for the pasid bitmask
author
Sasha Levin
<sasha.levin@oracle.com>
Sun, 28 Dec 2014 16:44:37 +0000
(11:44 -0500)
committer
Oded Gabbay
<oded.gabbay@amd.com>
Sun, 28 Dec 2014 16:44:37 +0000
(11:44 -0500)
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>
No differences found