From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from pentafluge.infradead.org (pentafluge.infradead.org [213.146.154.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 2ED7EDDEA0 for ; Fri, 9 Mar 2007 11:18:59 +1100 (EST) Subject: Re: [PATCH] Complain about missing system calls. From: David Woodhouse To: David Miller In-Reply-To: <20070308.161407.63995586.davem@davemloft.net> References: <1173394873.3461.510.camel@pmac.infradead.org> <20070308.161407.63995586.davem@davemloft.net> Content-Type: text/plain Date: Fri, 09 Mar 2007 00:18:49 +0000 Message-Id: <1173399529.3461.542.camel@pmac.infradead.org> Mime-Version: 1.0 Cc: akpm@osdl.org, linuxppc-dev@ozlabs.org, sam@ravnborg.org, linux-kernel@vger.kernel.org, rmk@arm.linux.org.uk List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2007-03-08 at 16:14 -0800, David Miller wrote: > The rest, like ioperm, iopl, modify_ldt, et al. are i386 > specific. Thanks for the update. Quite why the PowerPC kernel defines system call numbers for all of these I have no idea :) -- dwmw2