]> bbs.cooldavid.org Git - net-next-2.6.git/commit
x86, asm: Restore parentheses around one pushl_cfi argument
authorJan Beulich <JBeulich@novell.com>
Fri, 22 Oct 2010 07:22:35 +0000 (08:22 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 22 Oct 2010 08:51:44 +0000 (10:51 +0200)
commit07bd8516a2f967aa67904c68ab97bb896a448b09
treedd6994dd6a81192a6a326991ade9e8ef4e6908e0
parenta22dcdb0032c78c6b443f6897d7ac432a3b5a272
x86, asm: Restore parentheses around one pushl_cfi argument

These were (intentionally) stripped by "fix CFI macro
invocations to deal with shortcomings in gas" to expose problems
with unexpected splitting of arguments by older gas also on
newer versions, but as it turns out there is at least one distro
(Ubuntu 6.06) where even not having *any* spaces in a macro
argument doesn't reliably prevent splitting into multiple
arguments.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Acked-by: Alexander van Heukelum <heukelum@fastmail.fm>
LKML-Reference: <4CC157DB020000780001E8A2@vpn.id2.novell.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/entry_32.S