commit | 6e3515352bdd1c42d78bd16dae06dd429d6b1861 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Wed Aug 15 02:40:36 2007 +0200 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sat Aug 18 10:25:25 2007 -0700 |
tree | e27c97d8a0887a6010b97e91c3f24a4a7dd7926e | |
parent | 0328ecef9041fe477efc2404fd3aaa29e7ee0430 [diff] |
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>