From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751285Ab1ICEbD (ORCPT ); Sat, 3 Sep 2011 00:31:03 -0400 Received: from terminus.zytor.com ([198.137.202.10]:50197 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750876Ab1ICEa7 (ORCPT ); Sat, 3 Sep 2011 00:30:59 -0400 Message-ID: <4E61AD47.3040108@zytor.com> Date: Fri, 02 Sep 2011 21:29:59 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.20) Gecko/20110817 Fedora/3.1.12-1.fc14 Thunderbird/3.1.12 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> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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:02 PM, H.J. Lu wrote: > > I defined __SNATIVE_LONG_TYPE and __UNATIVE_LONG_TYPE > in x32 header, which are native signed and unsigned long types. I > used them in > What is the definition of these macros? -hpa