Re: [PATCH kernel] powerpc/powernv: Fix clobbered MSR

2017-03-02 Thread Alexey Kardashevskiy
On 03/03/17 08:37, Benjamin Herrenschmidt wrote: > 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

Re: [PATCH kernel] powerpc/powernv: Fix clobbered MSR

2017-03-02 Thread Benjamin Herrenschmidt
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 tho