x86, asm: Fix ancient-GAS workaround
authorAlexander van Heukelum <heukelum@fastmail.fm>
Thu, 21 Oct 2010 21:30:49 +0000 (23:30 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 22 Oct 2010 08:45:02 +0000 (10:45 +0200)
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 <mingo@elte.hu>
Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
Acked-by: Jan Beulich <jbeulich@novell.com>
LKML-Reference: <1287696649.20421.1401306095@webmail.messagingengine.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found