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:
35c3367
)
drm/nvc0-/gr: shift wrapping bug in nvc0_grctx_generate_r406800
author
Dan Carpenter
<dan.carpenter@oracle.com>
Tue, 12 Nov 2013 12:34:11 +0000
(13:34 +0100)
committer
Ben Skeggs
<bskeggs@redhat.com>
Thu, 14 Nov 2013 04:57:03 +0000
(14:57 +1000)
We care about the upper 32 bits here so we have to use 1ULL instead of 1
to avoid a shift wrapping bug.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
No differences found