From: Andi Kleen Date: Wed, 15 Aug 2007 00:40:36 +0000 (+0200) Subject: x86_64: Change PMDS invocation to single macro X-Git-Tag: v2.6.23-rc4~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e3515352bdd1c42d78bd16dae06dd429d6b1861;p=pandora-kernel.git x86_64: Change PMDS invocation to single macro Very old binutils (2.12.90...) seem to have trouble with newlines in assembler macro invocation. They put them into the resulting argument expansion. In this case this lead to a parse error because a .rept expression ended up spread over multiple lines. Change the PMDS() invocation to a single line. Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed