]> git.baikalelectronics.ru Git - kernel.git/commit
x86_64: Change PMDS invocation to single macro
authorAndi Kleen <ak@suse.de>
Wed, 15 Aug 2007 00:40:36 +0000 (02:40 +0200)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sat, 18 Aug 2007 17:25:25 +0000 (10:25 -0700)
commit1257b6e1c7c0c800ddc047854510b4ef73b4c8ae
treee27c97d8a0887a6010b97e91c3f24a4a7dd7926e
parent70b48e875b1cabd114b2c69bae00a19ed2b8d75a
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>
arch/x86_64/kernel/head.S