From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Arnd Bergmann To: linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH] [powerpc] Wire up fanotify_init, fanotify_mark, prlimit64 syscalls Date: Thu, 19 Aug 2010 19:37:20 +0200 References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Message-Id: <201008191937.20405.arnd@arndb.de> Cc: Linuxppc-dev@ozlabs.org, Andreas Schwab List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thursday 19 August 2010 17:15:37 Andreas Schwab wrote: > +SYSCALL(fanotify_init) > +COMPAT_SYS(fanotify_mark) why not _SPU? If it doesn't depend on getting signals, SPUs should be able to use it. Arnd