From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754643Ab3C2LYb (ORCPT ); Fri, 29 Mar 2013 07:24:31 -0400 Received: from www.linutronix.de ([62.245.132.108]:44997 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751105Ab3C2LYa (ORCPT ); Fri, 29 Mar 2013 07:24:30 -0400 Date: Fri, 29 Mar 2013 12:24:27 +0100 (CET) From: Thomas Gleixner To: "Srivatsa S. Bhat" cc: LKML , linux-arch@vger.kernel.org, Linus Torvalds , Andrew Morton , Rusty Russell , Paul McKenney , Ingo Molnar , Peter Zijlstra , Magnus Damm , Chris Metcalf Subject: Re: [patch 31/34] tile: Use generic idle loop In-Reply-To: <515464B0.8080704@linux.vnet.ibm.com> Message-ID: References: <20130321214930.752934102@linutronix.de> <20130321215235.348460344@linutronix.de> <515464B0.8080704@linux.vnet.ibm.com> User-Agent: Alpine 2.02 (LFD 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 28 Mar 2013, Srivatsa S. Bhat wrote: > > That doesn't look quite right, since it returns -1 (instead of 0) when > str == poll. Stupid me.