From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422820AbWBNVxt (ORCPT ); Tue, 14 Feb 2006 16:53:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1422823AbWBNVxt (ORCPT ); Tue, 14 Feb 2006 16:53:49 -0500 Received: from 213-239-205-147.clients.your-server.de ([213.239.205.147]:49056 "EHLO mail.tglx.de") by vger.kernel.org with ESMTP id S1422820AbWBNVxs (ORCPT ); Tue, 14 Feb 2006 16:53:48 -0500 Subject: Re: [PATCH 02/12] hrtimer: fix multiple macro argument expansion From: Thomas Gleixner Reply-To: tglx@linutronix.de To: Roman Zippel Cc: Andrew Morton , linux-kernel@vger.kernel.org, mingo@elte.hu In-Reply-To: References: Content-Type: text/plain Date: Tue, 14 Feb 2006 22:54:20 +0100 Message-Id: <1139954060.2480.533.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.5.5 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2006-02-14 at 11:10 +0100, Roman Zippel wrote: > For two macros the arguments were expanded twice, change them to inline > functions to avoid it. > > Signed-off-by: Roman Zippel > Acked-by: Ingo Molnar Acked-by: Thomas Gleixner