[PATCH 05/24] ARM64:UAPI: Set the correct __BITS_PER_LONG for ILP32

2014-09-03 Thread Andrew Pinski
We need to say to the userland API that bits per long is 32bits for ILP32. Signed-off-by: Andrew Pinski --- arch/arm64/include/uapi/asm/bitsperlong.h |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/arch/arm64/include/uapi/asm/bitsperlong.h b/arch/arm64/include/u

Re: [PATCH 05/24] ARM64:UAPI: Set the correct __BITS_PER_LONG for ILP32.

2014-06-17 Thread Catalin Marinas
On Sat, May 24, 2014 at 12:02:00AM -0700, Andrew Pinski wrote: > diff --git a/arch/arm64/include/uapi/asm/bitsperlong.h > b/arch/arm64/include/uapi/asm/bitsperlong.h > index fce9c29..5e06c59 100644 > --- a/arch/arm64/include/uapi/asm/bitsperlong.h > +++ b/arch/arm64/include/uapi/asm/bitsperlong.h

Re: [PATCH 05/24] ARM64:UAPI: Set the correct __BITS_PER_LONG for ILP32.

2014-06-17 Thread Arnd Bergmann
On Tuesday 17 June 2014 16:22:50 Catalin Marinas wrote: > On Sat, May 24, 2014 at 12:02:00AM -0700, Andrew Pinski wrote: > > diff --git a/arch/arm64/include/uapi/asm/bitsperlong.h > > b/arch/arm64/include/uapi/asm/bitsperlong.h > > index fce9c29..5e06c59 100644 > > --- a/arch/arm64/include/uapi/as

[PATCH 05/24] ARM64:UAPI: Set the correct __BITS_PER_LONG for ILP32.

2014-05-24 Thread Andrew Pinski
We need to say to the userland API that bits per long is 32bits for ILP32. Thanks, Andrew Pinski Signed-off-by: Andrew Pinski --- arch/arm64/include/uapi/asm/bitsperlong.h |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/arch/arm64/include/uapi/asm/bitsperlong.h b