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:
3f4528d
)
sparc64: Work around branch tracer warning.
author
David S. Miller
<davem@davemloft.net>
Thu, 8 Jan 2009 01:15:57 +0000
(17:15 -0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 8 Jan 2009 01:15:57 +0000
(17:15 -0800)
As reported by Sam Ravnborg, Gcc-3.4.5 does not handle:
if (get_user() || get_user())
with the new branch tracer enabled.
Just seperate it out into seperate statements for now
so people can get work done.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found