From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.17.9]) by ozlabs.org (Postfix) with ESMTP id 2E80AB6EF0 for ; Mon, 23 Aug 2010 23:52:11 +1000 (EST) From: Arnd Bergmann To: linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH] [powerpc] Wire up fanotify_init, fanotify_mark, prlimit64 syscalls Date: Mon, 23 Aug 2010 15:52:06 +0200 References: <201008191937.20405.arnd@arndb.de> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Message-Id: <201008231552.07013.arnd@arndb.de> Cc: Linuxppc-dev@ozlabs.org, Arnd Bergmann , Andreas Schwab List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Friday 20 August 2010, Andreas Schwab wrote: > See arch/powerpc/platforms/cell/spu_callbacks.c. > > * 4. They are optional and we can't rely on them being > * linked into the kernel. Unfortunately, the cond_syscall > * helper does not work here as it does not add the necessary > * opd symbols: Right. I should blame the person that wrote this comment. If only I could remember who that was. Arnd