From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753477AbXL2VSI (ORCPT ); Sat, 29 Dec 2007 16:18:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751975AbXL2VR4 (ORCPT ); Sat, 29 Dec 2007 16:17:56 -0500 Received: from ns1.suse.de ([195.135.220.2]:54171 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751915AbXL2VRz (ORCPT ); Sat, 29 Dec 2007 16:17:55 -0500 From: Andi Kleen Organization: SUSE Linux Products GmbH, Nuernberg, GF: Markus Rex, HRB 16746 (AG Nuernberg) To: Sam Ravnborg Subject: Re: [PATCH] x86: unify x86 Makefile(s) Date: Sat, 29 Dec 2007 22:17:37 +0100 User-Agent: KMail/1.9.6 Cc: Adrian Bunk , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , LKML References: <20071228212341.GA6939@uranus.ravnborg.org> <200712291924.52077.ak@suse.de> <20071229185842.GA20099@uranus.ravnborg.org> In-Reply-To: <20071229185842.GA20099@uranus.ravnborg.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712292217.37474.ak@suse.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Until we are on par with stack usage I recommend to keep > -fno-unit-at-a-time disabled for gcc less than 4.00 as > suggested by Adrian (as is what we have today). Again the correct fix is to add "noinline" to the functions that are getting inlined here in 3.4 but not 4+. -Andi