From: H. Peter Anvin Date: Tue, 1 Sep 2009 20:31:52 +0000 (-0700) Subject: x86, msr: fix msr-reg.S compilation with gas 2.16.1 X-Git-Tag: v2.6.32-rc1~711^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6909f394c2d4a0a71320797df72d54c49c5927e;p=pandora-kernel.git 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 Cc: Borislav Petkov --- Reading git-diff-tree failed