Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751014AbWAFBXA (ORCPT ); Thu, 5 Jan 2006 20:23:00 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751013AbWAFBXA (ORCPT ); Thu, 5 Jan 2006 20:23:00 -0500 Received: from gaz.sfgoth.com ([69.36.241.230]:39365 "EHLO gaz.sfgoth.com") by vger.kernel.org with ESMTP id S1750716AbWAFBW7 (ORCPT ); Thu, 5 Jan 2006 20:22:59 -0500 Date: Thu, 5 Jan 2006 17:22:54 -0800 From: Mitchell Blank Jr To: Ingo Molnar Cc: Linus Torvalds , Martin Bligh , Matt Mackall , Arjan van de Ven , Chuck Ebbert <76306.1226@compuserve.com>, Adrian Bunk , Andrew Morton , linux-kernel , Dave Jones , Tim Schmielau Subject: Re: [patch 00/2] improve .text size on gcc 4.0 and newer compilers Message-ID: <20060106012254.GD84622@gaz.sfgoth.com> References: <1136463553.2920.22.camel@laptopd505.fenrus.org> <20060105170255.GK3356@waste.org> <43BD5E6F.1040000@mbligh.org> <43BD784F.4040804@mbligh.org> <20060106005004.GC84622@gaz.sfgoth.com> <20060106005839.GA24899@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060106005839.GA24899@elte.hu> User-Agent: Mutt/1.4.2.1i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.2.2 (gaz.sfgoth.com [127.0.0.1]); Thu, 05 Jan 2006 17:22:59 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 476 Lines: 16 Ingo Molnar wrote: > a better syntax would be: > > if __unlikely (cond) { > ... > } Well you could just throw an extra set of parenthesis around the expansion of the current "unlikely()" macro and get this effect now. -Mitch - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/