Re: [PATCH] powerpc64/linux: Fix 64-bit process detection on embedded

2014-02-25 Thread Dmitry V. Levin
On Tue, Feb 25, 2014 at 05:19:57PM -0600, James Yang wrote: > On Tue, 25 Feb 2014, Dmitry V. Levin wrote: > > On Wed, Feb 19, 2014 at 07:10:53PM -0600, James Yang wrote: > > > On Thu, 20 Feb 2014, Dmitry V. Levin wrote: > > > > On Tue, Feb 18, 2014 at 03:32:43PM -0600, James Yang wrote: > > > > > *

Re: [PATCH] powerpc64/linux: Fix 64-bit process detection on embedded

2014-02-25 Thread James Yang
On Tue, 25 Feb 2014, Dmitry V. Levin wrote: > On Wed, Feb 19, 2014 at 07:10:53PM -0600, James Yang wrote: > > On Thu, 20 Feb 2014, Dmitry V. Levin wrote: > > > > > On Tue, Feb 18, 2014 at 03:32:43PM -0600, James Yang wrote: > > > > * syscall.c: Fix 64-bit process detection on embedded powerpc > >

Re: [PATCH] powerpc64/linux: Fix 64-bit process detection on embedded

2014-02-25 Thread Dmitry V. Levin
On Wed, Feb 19, 2014 at 07:10:53PM -0600, James Yang wrote: > On Thu, 20 Feb 2014, Dmitry V. Levin wrote: > > > On Tue, Feb 18, 2014 at 03:32:43PM -0600, James Yang wrote: > > > * syscall.c: Fix 64-bit process detection on embedded powerpc > > > > > > Signed-off-by: James Yang > > > --- > > > s

Re: [PATCH] powerpc64/linux: Fix 64-bit process detection on embedded

2014-02-19 Thread James Yang
On Thu, 20 Feb 2014, Dmitry V. Levin wrote: > On Tue, Feb 18, 2014 at 03:32:43PM -0600, James Yang wrote: > > * syscall.c: Fix 64-bit process detection on embedded powerpc > > > > Signed-off-by: James Yang > > --- > > syscall.c |5 +++-- > > 1 files changed, 3 insertions(+), 2 deletions(-)

Re: [PATCH] powerpc64/linux: Fix 64-bit process detection on embedded

2014-02-19 Thread Dmitry V. Levin
On Tue, Feb 18, 2014 at 03:32:43PM -0600, James Yang wrote: > * syscall.c: Fix 64-bit process detection on embedded powerpc > > Signed-off-by: James Yang > --- > syscall.c |5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/syscall.c b/syscall.c > index 3477dcd..8d

[PATCH] powerpc64/linux: Fix 64-bit process detection on embedded

2014-02-18 Thread James Yang
* syscall.c: Fix 64-bit process detection on embedded powerpc Signed-off-by: James Yang --- syscall.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/syscall.c b/syscall.c index 3477dcd..8d47e7e 100644 --- a/syscall.c +++ b/syscall.c @@ -1222,8 +1222,9 @@ get_scno(st