From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.lixom.net (lixom.net [66.141.50.11]) by ozlabs.org (Postfix) with ESMTP id CD219DDF8D for ; Fri, 14 Dec 2007 19:06:42 +1100 (EST) Date: Fri, 14 Dec 2007 02:12:10 -0600 From: Olof Johansson To: Geert Uytterhoeven Subject: Re: [PATCH] [POWERPC] Emulate isel (Integer Select) instruction Message-ID: <20071214081210.GB27284@lixom.net> References: <20071120175416.GA4389@loki.buserror.net> <20071127152317.GA5230@lixom.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Nov 29, 2007 at 04:13:14PM +0100, Geert Uytterhoeven wrote: > On Wed, 28 Nov 2007, Geert Uytterhoeven wrote: > > +static inline void warn_emulated_sysctl_register(void) > > +{ > > + int res = register_sysctl_table(warn_emulated_sysctl_root); > ^^^^^^^^^^ > > + printk("@@@ register_sysctl_table() returned %d\n", res); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > +} > > Woops, that part shouldn't have been there... Care to resubmit a clean patch under a fresh subject? Paul didn't chime in but hopefully he can pick it up for 2.6.25. Thanks, Olof