From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752472Ab3KSMgU (ORCPT ); Tue, 19 Nov 2013 07:36:20 -0500 Received: from moutng.kundenserver.de ([212.227.126.171]:64183 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752294Ab3KSMgQ (ORCPT ); Tue, 19 Nov 2013 07:36:16 -0500 From: Arnd Bergmann To: Geert Uytterhoeven Subject: Re: [PATCH RESEND] asm/types.h: Remove include/asm-generic/int-l64.h Date: Tue, 19 Nov 2013 13:35:40 +0100 User-Agent: KMail/1.12.2 (Linux/3.8.0-22-generic; KDE/4.3.2; x86_64; ; ) Cc: Andrew Morton , Al Viro , Randy Dunlap , linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org References: <1376996476-12027-2-git-send-email-geert@linux-m68k.org> <1384859955-27837-1-git-send-email-geert@linux-m68k.org> In-Reply-To: <1384859955-27837-1-git-send-email-geert@linux-m68k.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201311191335.40506.arnd@arndb.de> X-Provags-ID: V02:K0:Wmep0yzP/e83jaQip+AWxIHcyWOp0/8me3Rn7KdtmHN od2uzG8dl2aQO8lWyJn+uou2m89zO0e0vAZvhnf1vw4zzStGQ1 9XmoHj2uqEG0x5W/VKrUMjN5B23mHS199NHY8bM41u9HCBsBod +hwAhKet/s8iWgSivMJG6BQs1I6Rjka1LUBOg4HT+0bHSpRsYv XyMAf23yqiOS6WBm1vvUTZ/fQvrGKkaMIgpkgHFKey5GMyCMpZ FqCJMWDKZH9yhXVXFqH4gh5tnPqKmYB9pAsDhGMx11kDciIX6i lEZUjwljPoATPFSM9gZWBfVzFqhl1yrcYRJGUC9FyiykyAc4mC 32yc56lAZg9cr2u0XA/c= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Uytterhoeven Acked-by: Arnd Bergmann Thanks for following up with this. > --- > This is the (reworked for UAPI) non-documentation part of more than two > year old "asm/types.h: All architectures use int-ll64.h in kernelspace" > (https://lkml.org/lkml/2011/8/13/104) > > Since (from include/uapi/asm-generic/types.h) is used for > both kernel and user space, include/asm-generic/int-ll64.h cannot just > become include/asm-generic/types.h, as Arnd suggested. 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? Arnd