From: Tao Guo Date: Wed, 26 Sep 2012 08:28:22 +0000 (-0400) Subject: x86_64: Work around old GAS bug X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~92^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b2b23d8573076a587ed2081e0d2b69691079e0e;p=pandora-kernel.git x86_64: Work around old GAS bug GAS in binutils(2.16.91) could not parse parentheses within macro parameters unless fully parenthesized, and this is a workaround to make old gas work without generating below errors: arch/x86/kernel/entry_64.S: Assembler messages: arch/x86/kernel/entry_64.S:387: Error: too many positional arguments arch/x86/kernel/entry_64.S:389: Error: too many positional arguments [...] Signed-off-by: Tao Guo Reluctantly-Acked-by: Jan Beulich Cc: Linus Torvalds Cc: Andrew Morton Link: http://lkml.kernel.org/r/1348648102-12653-1-git-send-email-glorioustao@gmail.com [ Jan argues that these old GAS versions are fragile - which is so, but lets give them a chance. ] Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed