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 714EBDE0C3 for ; Fri, 14 Dec 2007 19:11:14 +1100 (EST) Date: Fri, 14 Dec 2007 02:16:42 -0600 From: Olof Johansson To: Geert Uytterhoeven Subject: Re: [PATCH] [POWERPC] Emulate isel (Integer Select) instruction Message-ID: <20071214081642.GC27284@lixom.net> References: <20071120175416.GA4389@loki.buserror.net> <20071127152317.GA5230@lixom.net> <20071214081210.GB27284@lixom.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20071214081210.GB27284@lixom.net> Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Dec 14, 2007 at 02:12:10AM -0600, Olof Johansson wrote: > 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. Next time I will take the time to re-read the whole thread. :) Seems like the open question was how to warn only for excessive amounts of emulated ops. Maybe a simple count/threshold per process (+ printk_ratelimit)? Warning on every power of 10 occurrances was also suggested, either works for me. -Olof