From: Alexander van Heukelum Date: Thu, 21 Oct 2010 21:30:49 +0000 (+0200) Subject: x86, asm: Fix ancient-GAS workaround X-Git-Tag: v2.6.37-rc1~148^3~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a22dcdb0032c78c6b443f6897d7ac432a3b5a272;p=pandora-kernel.git x86, asm: Fix ancient-GAS workaround It turns out to generate something like this: printk ( ("<3>") "something"); The extra parentheses here break the UML compile. Change the sed-program to add the parentheses only for numbers. Reported-by: Ingo Molnar Signed-off-by: Alexander van Heukelum Acked-by: Jan Beulich LKML-Reference: <1287696649.20421.1401306095@webmail.messagingengine.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed