commit | f6909f394c2d4a0a71320797df72d54c49c5927e | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Tue Sep 01 13:31:52 2009 -0700 |
committer | H. Peter Anvin <hpa@zytor.com> | Tue Sep 01 13:37:21 2009 -0700 |
tree | d8bd3a13115de6bb9cadd8989b282d57f4519119 | |
parent | c931aaf0e1b11862077f6884b2cec22833080e23 [diff] |
x86, msr: fix msr-reg.S compilation with gas 2.16.1 msr-reg.S used the :req option on a macro argument, which wasn't supported by gas 2.16.1 (but apparently by some earlier versions of gas, just to be confusing.) It isn't necessary, so just remove it. Signed-off-by: H. Peter Anvin <hpa@zytor.com> Cc: Borislav Petkov <petkovbb@googlemail.com>