Re: [PATCH RESEND] asm/types.h: Remove include/asm-generic/int-l64.h

2013-11-20 Thread Geert Uytterhoeven
On Wed, Nov 20, 2013 at 1:37 AM, Arnd Bergmann wrote: > On Tuesday 19 November 2013, Geert Uytterhoeven wrote: >> On Tue, Nov 19, 2013 at 1:35 PM, Arnd Bergmann wrote: >> >> > I'm pretty sure you are right with this, but I don't remember at all >> > what I suggested and don't understand what the

Re: [PATCH RESEND] asm/types.h: Remove include/asm-generic/int-l64.h

2013-11-20 Thread Geert Uytterhoeven
On Wed, Nov 20, 2013 at 1:37 AM, Arnd Bergmann a...@arndb.de wrote: On Tuesday 19 November 2013, Geert Uytterhoeven wrote: On Tue, Nov 19, 2013 at 1:35 PM, Arnd Bergmann a...@arndb.de wrote: I'm pretty sure you are right with this, but I don't remember at all what I suggested and don't

Re: [PATCH RESEND] asm/types.h: Remove include/asm-generic/int-l64.h

2013-11-19 Thread Arnd Bergmann
On Tuesday 19 November 2013, Geert Uytterhoeven wrote: > On Tue, Nov 19, 2013 at 1:35 PM, Arnd Bergmann wrote: > > > I'm pretty sure you are right with this, but I don't remember at all > > what I suggested and don't understand what the problem (if any) is. > > Can you remind me? > > Me neither

Re: [PATCH RESEND] asm/types.h: Remove include/asm-generic/int-l64.h

2013-11-19 Thread Geert Uytterhoeven
Hi Arnd, On Tue, Nov 19, 2013 at 1:35 PM, Arnd Bergmann wrote: > On Tuesday 19 November 2013, Geert Uytterhoeven wrote: >> Now all 64-bit architectures have been converted to int-ll64.h, we can >> remove int-l64.h in kernelspace. >> >> For backwards compatibility, alpha, ia64, mips64, and

Re: [PATCH RESEND] asm/types.h: Remove include/asm-generic/int-l64.h

2013-11-19 Thread Arnd Bergmann
On Tuesday 19 November 2013, Geert Uytterhoeven wrote: > Now all 64-bit architectures have been converted to int-ll64.h, we can > remove int-l64.h in kernelspace. > > For backwards compatibility, alpha, ia64, mips64, and powerpc64 still use > int-l64.h in userspace. > > Signed-off-by: Geert

[PATCH RESEND] asm/types.h: Remove include/asm-generic/int-l64.h

2013-11-19 Thread Geert Uytterhoeven
Now all 64-bit architectures have been converted to int-ll64.h, we can remove int-l64.h in kernelspace. For backwards compatibility, alpha, ia64, mips64, and powerpc64 still use int-l64.h in userspace. Signed-off-by: Geert Uytterhoeven --- This is the (reworked for UAPI) non-documentation part

[PATCH RESEND] asm/types.h: Remove include/asm-generic/int-l64.h

2013-11-19 Thread Geert Uytterhoeven
Now all 64-bit architectures have been converted to int-ll64.h, we can remove int-l64.h in kernelspace. For backwards compatibility, alpha, ia64, mips64, and powerpc64 still use int-l64.h in userspace. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- This is the (reworked for UAPI)

Re: [PATCH RESEND] asm/types.h: Remove include/asm-generic/int-l64.h

2013-11-19 Thread Arnd Bergmann
On Tuesday 19 November 2013, Geert Uytterhoeven wrote: Now all 64-bit architectures have been converted to int-ll64.h, we can remove int-l64.h in kernelspace. For backwards compatibility, alpha, ia64, mips64, and powerpc64 still use int-l64.h in userspace. Signed-off-by: Geert

Re: [PATCH RESEND] asm/types.h: Remove include/asm-generic/int-l64.h

2013-11-19 Thread Geert Uytterhoeven
Hi Arnd, On Tue, Nov 19, 2013 at 1:35 PM, Arnd Bergmann a...@arndb.de wrote: On Tuesday 19 November 2013, Geert Uytterhoeven wrote: Now all 64-bit architectures have been converted to int-ll64.h, we can remove int-l64.h in kernelspace. For backwards compatibility, alpha, ia64, mips64, and

Re: [PATCH RESEND] asm/types.h: Remove include/asm-generic/int-l64.h

2013-11-19 Thread Arnd Bergmann
On Tuesday 19 November 2013, Geert Uytterhoeven wrote: On Tue, Nov 19, 2013 at 1:35 PM, Arnd Bergmann a...@arndb.de wrote: I'm pretty sure you are right with this, but I don't remember at all what I suggested and don't understand what the problem (if any) is. Can you remind me? Me