| commit | a22dcdb0032c78c6b443f6897d7ac432a3b5a272 | [log] [tgz] |
|---|---|---|
| author | Alexander van Heukelum <[email protected]> | Thu Oct 21 23:30:49 2010 +0200 |
| committer | Ingo Molnar <[email protected]> | Fri Oct 22 10:45:02 2010 +0200 |
| tree | 67d77ee15ccfe6ba29f5af0102cd00da5ac703d1 | |
| parent | 3234282f33b29d349bcada40204fc7c8fda7fe72 [diff] |
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 <[email protected]>
Signed-off-by: Alexander van Heukelum <[email protected]>
Acked-by: Jan Beulich <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>