Re: [PATCH] Fix hw/xfree86/common/compiler.h for mips64

2014-04-21 Thread Keith Packard
YunQiang Su writes: > Mark mips64 as 64bit > Use long as PORT_SIZE Merged. 8daeaa2...19e5a13 master -> master -- keith.pack...@intel.com pgpFnb9_y1it_.pgp Description: PGP signature ___ xorg-devel@lists.x.org: X.Org development Archives: http://li

Re: [PATCH] Fix hw/xfree86/common/compiler.h for mips64

2014-04-09 Thread Matt Turner
On Fri, Oct 11, 2013 at 10:22 PM, YunQiang Su wrote: > Mark mips64 as 64bit > Use long as PORT_SIZE > > Signed-off-by: YunQiang Su Reviewed-by: Matt Turner ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel

Re: [PATCH] Fix hw/xfree86/common/compiler.h for mips64

2014-04-09 Thread Yunqiang Su
Ping. Any progress of this patch? I just test it with 1.15.0.901. It works well. On Sat, Oct 12, 2013 at 1:22 PM, YunQiang Su wrote: > Mark mips64 as 64bit > Use long as PORT_SIZE > > Signed-off-by: YunQiang Su > --- > hw/xfree86/common/compiler.h | 3 ++- > 1 file changed, 2 insertions(+), 1

Re: [PATCH] Fix hw/xfree86/common/compiler.h for mips64

2013-10-12 Thread YunQiang Su
On Sat, Oct 12, 2013 at 1:26 PM, YunQiang Su wrote: > On Sat, Oct 12, 2013 at 12:26 AM, Alan Coopersmith > wrote: >> On 10/11/13 01:12 AM, YunQiang Su wrote: >>> >>> -#elif defined(__mips__) || (defined(__arm32__) && !defined(__linux__)) >>> +#elif (defined(__mips__) || (defined(__arm32__) && !de

Re: [PATCH] Fix hw/xfree86/common/compiler.h for mips64

2013-10-12 Thread YunQiang Su
On Sat, Oct 12, 2013 at 12:26 AM, Alan Coopersmith wrote: > On 10/11/13 01:12 AM, YunQiang Su wrote: >> >> -#elif defined(__mips__) || (defined(__arm32__) && !defined(__linux__)) >> +#elif (defined(__mips__) || (defined(__arm32__) && !defined(__linux__)) > > > Why did you add the ( to that line? I

[PATCH] Fix hw/xfree86/common/compiler.h for mips64

2013-10-12 Thread YunQiang Su
Mark mips64 as 64bit Use long as PORT_SIZE Signed-off-by: YunQiang Su --- hw/xfree86/common/compiler.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/xfree86/common/compiler.h b/hw/xfree86/common/compiler.h index c980bee..4a67894 100644 --- a/hw/xfree86/common/compiler.

[PATCH] Fix hw/xfree86/common/compiler.h for mips64

2013-10-11 Thread YunQiang Su
Mark mips64 as 64bit Use long as PORT_SIZE Signed-off-by: YunQiang Su --- hw/xfree86/common/compiler.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hw/xfree86/common/compiler.h b/hw/xfree86/common/compiler.h index c980bee..d25a5da 100644 --- a/hw/xfree86/common/compil

Re: [PATCH] Fix hw/xfree86/common/compiler.h for mips64

2013-10-11 Thread Alan Coopersmith
On 10/11/13 01:12 AM, YunQiang Su wrote: -#elif defined(__mips__) || (defined(__arm32__) && !defined(__linux__)) +#elif (defined(__mips__) || (defined(__arm32__) && !defined(__linux__)) Why did you add the ( to that line? It seems both unnecessary and like it would break the ( ) balancing, and

[PATCH] Fix hw/xfree86/common/compiler.h for mips64

2013-10-11 Thread YunQiang Su
Mark mips64 as 64bit Use long as PORT_SIZE Signed-off-by: YunQiang Su --- hw/xfree86/common/compiler.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hw/xfree86/common/compiler.h b/hw/xfree86/common/compiler.h index c980bee..d25a5da 100644 --- a/hw/xfree86/common/compil