From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760674AbYCUR7V (ORCPT ); Fri, 21 Mar 2008 13:59:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756334AbYCUR7H (ORCPT ); Fri, 21 Mar 2008 13:59:07 -0400 Received: from www.tglx.de ([62.245.132.106]:46734 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754556AbYCUR7F (ORCPT ); Fri, 21 Mar 2008 13:59:05 -0400 Date: Fri, 21 Mar 2008 18:58:48 +0100 (CET) From: Thomas Gleixner To: Andi Kleen cc: mingo@elte.hu, linux-kernel@vger.kernel.org Subject: Re: [PATCH REPOST] [3/3] Replace macro recursion with more conventional loop In-Reply-To: <20080321171724.GF2346@one.firstfloor.org> Message-ID: References: <20080311223.655043226@firstfloor.org> <20080311012322.B1E221B41CE@basil.firstfloor.org> <20080321171724.GF2346@one.firstfloor.org> User-Agent: Alpine 1.00 (LFD 882 2007-12-20) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 21 Mar 2008, Andi Kleen wrote: > On Fri, Mar 21, 2008 at 06:07:55PM +0100, Thomas Gleixner wrote: > > On Tue, 11 Mar 2008, Andi Kleen wrote: > > > The early exception handlers are currently set up using a macro > > > recursion. Replace that with a standard loop. > > > > > > Noop patch, just a cleanup. > > > > Cleanups before code changes please. > > It relies on the earlier changes. What a hard work to reverse the order of those patches. Thanks, tglx