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:
3edea48
)
um: fix __pa/__va macro expansion problem
author
Linus Torvalds
<torvalds@g5.osdl.org>
Tue, 16 Aug 2005 00:40:46 +0000
(17:40 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Tue, 16 Aug 2005 00:40:46 +0000
(17:40 -0700)
Proper parentheses around arguments needed, especially as the macros use
a high-precedence cast operator on the argument.
No differences found