From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3vZ5Jk4qBRzDqC0 for ; Fri, 3 Mar 2017 08:37:58 +1100 (AEDT) Message-ID: <1488490657.2870.74.camel@kernel.crashing.org> Subject: Re: [PATCH kernel] powerpc/powernv: Fix clobbered MSR From: Benjamin Herrenschmidt To: Alexey Kardashevskiy , linuxppc-dev@lists.ozlabs.org Cc: Michael Ellerman , Paul Mackerras Date: Fri, 03 Mar 2017 08:37:37 +1100 In-Reply-To: <20170302064124.26342-1-aik@ozlabs.ru> References: <20170302064124.26342-1-aik@ozlabs.ru> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2017-03-02 at 17:41 +1100, Alexey Kardashevskiy wrote: > With CONFIG_DEBUG_INFO_SPLIT=y, the makefile adds "-gsplit-dwarf" which > somehow makes the scripts/gcc-goto.sh test fail and not have > CC_HAVE_ASM_GOTO defined so the alternative OPAL_BRANCH() is used This needs to be fixed too though. That alternative path has much more overhead accross the board. Losing "asm goto" because of a broken test is nasty. Cheers, Ben.