From: Ingo Molnar Date: Thu, 3 Sep 2009 19:26:34 +0000 (+0200) Subject: x86, msr: Fix msr-reg.S compilation with gas 2.16.1, on 32-bit too X-Git-Tag: v2.6.32-rc1~711^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8adf65cfae2d6c2ec5c06e4521f089c62f9eff05;p=pandora-kernel.git x86, msr: Fix msr-reg.S compilation with gas 2.16.1, on 32-bit too The macro was defined in the 32-bit path as well - breaking the build on 32-bit platforms: arch/x86/lib/msr-reg.S: Assembler messages: arch/x86/lib/msr-reg.S:53: Error: Bad macro parameter list arch/x86/lib/msr-reg.S:100: Error: invalid character '_' in mnemonic arch/x86/lib/msr-reg.S:101: Error: invalid character '_' in mnemonic Cc: Borislav Petkov Cc: H. Peter Anvin LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed