From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Fri, 01 Aug 2003 06:34:52 +0000 Subject: Re: [PATCH] New CMC/CPE polling Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org Alex> +# define SAL_CALL_SAFE(result,args...) How about calling this SAL_CALL_REENTRANT() or something like that? SAFE isn't particularly meaningful and it's backwards from the caller's point of view (where SAL_CALL() is the safe macro to use...). --david