• I
    x86, msr: Fix msr-reg.S compilation with gas 2.16.1, on 32-bit too · 8adf65cf
    Ingo Molnar 提交于
    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 <petkovbb@googlemail.com>
    Cc: H. Peter Anvin <hpa@zytor.com>
    LKML-Reference: <tip-f6909f39@git.kernel.org>
    Signed-off-by: NIngo Molnar <mingo@elte.hu>
    8adf65cf
msr-reg.S 1.9 KB