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:
77c7d50
)
drm/radeon/dpm/atom: restructure logic to work around a compiler bug
author
Andre Heider
<a.heider@gmail.com>
Wed, 17 Jul 2013 18:02:23 +0000
(14:02 -0400)
committer
Alex Deucher
<alexander.deucher@amd.com>
Wed, 17 Jul 2013 18:52:49 +0000
(14:52 -0400)
It seems gcc 4.8.1 generates bogus code for the old logic causing
part of the function to get skipped.
Fixes:
https://bugs.freedesktop.org/show_bug.cgi?id=66932
https://bugs.freedesktop.org/show_bug.cgi?id=66972
https://bugs.freedesktop.org/show_bug.cgi?id=66945
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
No differences found