Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 22 Apr 2001 01:48:10 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 22 Apr 2001 01:48:00 -0400 Received: from cx879306-a.pv1.ca.home.com ([24.5.157.48]:24816 "EHLO siamese.dhis.twinsun.com") by vger.kernel.org with ESMTP id ; Sun, 22 Apr 2001 01:47:53 -0400 From: junio@siamese.dhis.twinsun.com To: Manuel McLure Cc: Alan Cox , linux-kernel@vger.kernel.org Subject: Re: Linux 2.4.3-ac12 In-Reply-To: <20010421211722.C976@ulthar.internal.mclure.org> Date: 21 Apr 2001 22:47:01 -0700 In-Reply-To: <20010421211722.C976@ulthar.internal.mclure.org> Message-ID: <7vpue5cwq2.fsf@siamese.dhis.twinsun.com> Lines: 11 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Only defines the following, but I think we need this for other architectures, too. /* Somewhere in the middle of the GCC 2.96 development cycle, we implemented a mechanism by which the user can annotate likely branch directions and expect the blocks to be reordered appropriately. Define __builtin_expect to nothing for earlier compilers. */ #if __GNUC__ == 2 && __GNUC_MINOR__ < 96 #define __builtin_expect(x, expected_value) (x) #endif - 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/