um: fix __pa/__va macro expansion problem
authorLinus Torvalds <torvalds@g5.osdl.org>
Tue, 16 Aug 2005 00:40:46 +0000 (17:40 -0700)
committerLinus 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