]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86_64: Change PMDS invocation to single macro
authorAndi Kleen <ak@suse.de>
Wed, 15 Aug 2007 10:38:56 +0000 (12:38 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 22 Aug 2007 23:23:26 +0000 (16:23 -0700)
commit5097435305fa695dfa018efd662a18a7e5134e37
treefa7cca335e157fe3541149e07ba9e7374db089d6
parent3f042cf63c604a081b67ca6346d4691a524cb7fc
x86_64: Change PMDS invocation to single macro

Very old binutils (2.12.90...) seem to have trouble with newlines
in assembler macro invocation. They put them into the resulting
argument expansion. In this case this lead to a parse error because
a .rept expression ended up spread over multiple lines. Change the PMDS()
invocation to a single line.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/x86_64/kernel/head.S