From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752858Ab1ICFaN (ORCPT ); Sat, 3 Sep 2011 01:30:13 -0400 Received: from terminus.zytor.com ([198.137.202.10]:50356 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751803Ab1ICFaL (ORCPT ); Sat, 3 Sep 2011 01:30:11 -0400 Message-ID: <4E61BB42.4090301@zytor.com> Date: Fri, 02 Sep 2011 22:29:38 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110707 Thunderbird/5.0 MIME-Version: 1.0 To: "H.J. Lu" CC: Linus Torvalds , Arnd Bergmann , Christoph Hellwig , LKML , Ingo Molnar , Thomas Gleixner , Richard Kuo , Mark Salter , Jonas Bonn , Tobias Klauser Subject: Re: RFD: x32 ABI system call numbers References: <4E582577.2060805@zytor.com> <201108301409.27527.arnd@arndb.de> <4E5D1153.5030908@zytor.com> <201108311814.54906.arnd@arndb.de> <4E61AD47.3040108@zytor.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/02/2011 09:44 PM, H.J. Lu wrote: > > Is there a way to support something similar to __SNATIVE_LONG_TYPE > and __UNATIVE_LONG_TYPE for kernel header files. > Again, what is the definition you're looking for? We have __u64 and __s64, but the question is what alignment those types should be using, given that we're presumably stuck with using compat_ioctl for ioctl... -hpa