From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw02.freescale.net (az33egw02.freescale.net [192.88.158.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw02.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 6955EDE0FF for ; Wed, 27 May 2009 01:23:26 +1000 (EST) From: Timur Tabi To: linuxppc-dev@ozlabs.org, galak@kernel.crashing.org, benh@kernel.crashing.org, jonsmirl@gmail.com, arnd@arndb.de, geert.uytterhoeven@sonycom.com Subject: [PATCH 0/2] [V2] introduce macro spin_event_timeout() Date: Tue, 26 May 2009 10:21:40 -0500 Message-Id: <1243351302-32062-1-git-send-email-timur@freescale.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Introduce the spin_event_timeout() macro, and update the QE library to use it. This version changes 'ret' to a return value of the macro instead of a variable that's passed as a parameter.