Li, Xin B
2006-May-05 01:49 UTC
[Xen-devel] [PATCH] use __OS macro to indicate default oparand size on x86_32 and x86_64
use __OS macro to indicate default oparand size on x86_32 and x86_64. Signed-off-by: Xin Li <xin.b.li@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2006-May-05 06:35 UTC
Re: [Xen-devel] [PATCH] use __OS macro to indicate default oparand size on x86_32 and x86_64
On 5 May 2006, at 02:49, Li, Xin B wrote:> use __OS macro to indicate default oparand size on x86_32 and x86_64. > > Signed-off-by: Xin Li <xin.b.li@intel.com>The suffix is unnecessary on MOV CRn: the assembler can work it out. Please resubmit without using __OS. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Li, Xin B
2006-May-05 08:58 UTC
RE: [Xen-devel] [PATCH] use __OS macro to indicate default oparand size on x86_32 and x86_64
>The suffix is unnecessary on MOV CRn: the assembler can work it out. >Please resubmit without using __OS. >Updated as your request :-)> It''s unnecessary on MOV CRn to use "q" or "l" to indicate default oparand size. Signed-off-by: Xin Li <xin.b.li@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel