From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bw0-f42.google.com (mail-bw0-f42.google.com [209.85.214.42]) by ozlabs.org (Postfix) with ESMTP id 1A8B3B7098 for ; Wed, 23 Jun 2010 20:36:18 +1000 (EST) Received: by bwz1 with SMTP id 1so2342486bwz.15 for ; Wed, 23 Jun 2010 03:36:16 -0700 (PDT) Date: Wed, 23 Jun 2010 12:36:21 +0200 From: Frederic Weisbecker To: Christoph Hellwig Subject: Re: [PATCH 12/40] x86, compat: convert ia32 layer to use Message-ID: <20100623103619.GC5242@nowhere> References: <1277287401-28571-1-git-send-email-imunsie@au1.ibm.com> <1277287401-28571-13-git-send-email-imunsie@au1.ibm.com> <20100623101402.GA10564@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20100623101402.GA10564@lst.de> Cc: Jason Baron , x86@kernel.org, Greg Ungerer , linux-kernel@vger.kernel.org, Steven Rostedt , linuxppc-dev@ozlabs.org, Ingo Molnar , Paul Mackerras , Ian Munsie , "H. Peter Anvin" , Russell King , Thomas Gleixner , Andrew Morton List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Jun 23, 2010 at 12:14:02PM +0200, Christoph Hellwig wrote: > Any reason we need to differenciate between COMPAT_SYSCALL_DEFINE and > ARCH_COMPAT_SYSCALL_DEFINE? We don't need this for native system calls, > so I can't see the reason to do it for compat system calls. > I think we wanted that to keep the sys32_ prefixed based naming, to avoid collisions with generic compat handler names.