From: Linus Torvalds Date: Tue, 16 Aug 2005 00:40:46 +0000 (-0700) Subject: um: fix __pa/__va macro expansion problem X-Git-Tag: v2.6.13-rc7~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75cd968ab251ac84dd3a5dc252af7036dc4a64f4;p=pandora-kernel.git um: fix __pa/__va macro expansion problem Proper parentheses around arguments needed, especially as the macros use a high-precedence cast operator on the argument. --- Reading git-diff-tree failed