Path: csiph.com!news.freedyn.net!aioe.org!gothmog.csi.it!bofh.it!news.nic.it!robomod From: Andi Kleen Newsgroups: linux.kernel Subject: Re: [PATCH v2] x86: remove LTO_REFERENCE_INITCALL() Date: Thu, 07 Jul 2016 18:40:01 +0200 Message-ID: References: X-Original-To: "Luis R. Rodriguez" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: robomod@news.nic.it List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Approved: robomod@news.nic.it Lines: 13 Organization: linux.* mail to news gateway X-Original-Cc: andi@firstfloor.org, hpa@zytor.com, linux-kernel@vger.kernel.org, x86@kernel.org, bp@alien8.de, luto@amacapital.net X-Original-Date: Thu, 7 Jul 2016 09:32:00 -0700 X-Original-Message-ID: <20160707163159.GR13997@two.firstfloor.org> X-Original-References: <20160707015500.GQ13997@two.firstfloor.org> <1467907309-6678-1-git-send-email-mcgrof@kernel.org> X-Original-Sender: linux-kernel-owner@vger.kernel.org Xref: csiph.com linux.kernel:1438716 On Thu, Jul 07, 2016 at 09:01:49AM -0700, Luis R. Rodriguez wrote: > The setup for LTO never made it upstream, and although this has > some users, this is now really old stuff for a gcc 4.7 LTO problem. > We know that at least LTO_REFERENCE_INITCALL() work around can > be removed if LTO is not supported on v4.7 anymore. > > As per Andi the DISABLE_LTO and LTO_CFLAGS are still neeeded though. Looks good. Thanks Acked-by: Andi Kleen -Andi