From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756135AbbAFPq5 (ORCPT ); Tue, 6 Jan 2015 10:46:57 -0500 Received: from prod-mail-xrelay02.akamai.com ([72.246.2.14]:42031 "EHLO prod-mail-xrelay02.akamai.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754673AbbAFPqz (ORCPT ); Tue, 6 Jan 2015 10:46:55 -0500 Message-ID: <54AC036E.6080507@akamai.com> Date: Tue, 06 Jan 2015 10:46:54 -0500 From: Jason Baron User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Anton Blanchard , "benh@kernel.crashing.org" , "paulus@samba.org" , "mpe@ellerman.id.au" , "mmarek@suse.cz" , "akpm@linux-foundation.org" , "peterz@infradead.org" , "liuj97@gmail.com" , "mingo@kernel.org" , "mgorman@suse.de" , rostedt@goodmis.org CC: "linuxppc-dev@lists.ozlabs.org" , "linux-kbuild@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 1/2] jump_label: Allow jump labels to be used in assembly References: <1420539628-17875-1-git-send-email-anton@samba.org> In-Reply-To: <1420539628-17875-1-git-send-email-anton@samba.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/06/2015 05:20 AM, Anton Blanchard wrote: > To use jump labels in assembly we need the HAVE_JUMP_LABEL define, > so we select a fallback version if the toolchain does not support > them. > > Modify linux/jump_label.h so it can be included by assembly files. > We also need to add -DCC_HAVE_ASM_GOTO to KBUILD_AFLAGS. > > Signed-off-by: Anton Blanchard (adding Steven) Acked-by: Jason Baron The jump label stuff often gets picked up by Steve, but I guess this could go through the powerpc tree as well... Thanks, -Jason