Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932098Ab1EWRAI (ORCPT ); Mon, 23 May 2011 13:00:08 -0400 Received: from mga09.intel.com ([134.134.136.24]:16320 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755856Ab1EWRAG convert rfc822-to-8bit (ORCPT ); Mon, 23 May 2011 13:00:06 -0400 X-ExtLoop1: 1 From: "Anvin, H Peter" To: Arnd Bergmann , "H.J. Lu" CC: GCC Development , GNU C Library , LKML , "x32-abi@googlegroups.com" Date: Mon, 23 May 2011 09:59:14 -0700 Subject: RE: X32 project status update Thread-Topic: X32 project status update Thread-Index: AcwXy6ypyleqm+OMQ+6t4ARedKZShQBnvREQ Message-ID: References: <201105211727.35985.arnd@arndb.de> In-Reply-To: <201105211727.35985.arnd@arndb.de> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1153 Lines: 33 The eventual goal is to merge it with the x86-64 syscall table, although we're still working out exactly where we can do it. -hpa -----Original Message----- From: Arnd Bergmann [mailto:arnd@arndb.de] Sent: Saturday, May 21, 2011 8:28 To: H.J. Lu Cc: GCC Development; GNU C Library; LKML; x32-abi@googlegroups.com; Anvin, H Peter Subject: Re: X32 project status update On Saturday 21 May 2011 17:01:33 H.J. Lu wrote: > This is the x32 project status update: > > https://sites.google.com/site/x32abi/ > I've had another look at the kernel patch. It basically looks all good, but the system call table appears to diverge from the x86_64 list for no (documented) reason, in the calls above 302. Is that intentional? I can see why you might want to keep the numbers identical, but if they are already different, why not use the generic system call table from asm-generic/unistd.h for the new ABI? Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/