From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752957AbdI1LA0 (ORCPT ); Thu, 28 Sep 2017 07:00:26 -0400 Received: from terminus.zytor.com ([65.50.211.136]:54561 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752753AbdI1LAZ (ORCPT ); Thu, 28 Sep 2017 07:00:25 -0400 Date: Thu, 28 Sep 2017 03:56:08 -0700 From: tip-bot for Josh Poimboeuf Message-ID: Cc: jslaby@suse.cz, jpoimboe@redhat.com, peterz@infradead.org, luto@kernel.org, torvalds@linux-foundation.org, hpa@zytor.com, jgross@suse.com, boris.ostrovsky@oracle.com, linux-kernel@vger.kernel.org, tglx@linutronix.de, mingo@kernel.org Reply-To: boris.ostrovsky@oracle.com, jgross@suse.com, hpa@zytor.com, tglx@linutronix.de, linux-kernel@vger.kernel.org, mingo@kernel.org, luto@kernel.org, torvalds@linux-foundation.org, peterz@infradead.org, jslaby@suse.cz, jpoimboe@redhat.com In-Reply-To: <36eb182738c28514f8bf95e403d89b6413a88883.1505764066.git.jpoimboe@redhat.com> References: <36eb182738c28514f8bf95e403d89b6413a88883.1505764066.git.jpoimboe@redhat.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:core/objtool] x86/head: Fix head ELF function annotations Git-Commit-ID: 015a2ea5478680fc5216d56b7ff306f2a74efaf9 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 015a2ea5478680fc5216d56b7ff306f2a74efaf9 Gitweb: https://git.kernel.org/tip/015a2ea5478680fc5216d56b7ff306f2a74efaf9 Author: Josh Poimboeuf AuthorDate: Mon, 18 Sep 2017 21:43:33 -0500 Committer: Ingo Molnar CommitDate: Thu, 28 Sep 2017 09:39:03 +0200 x86/head: Fix head ELF function annotations These functions aren't callable C-type functions, so don't annotate them as such. Signed-off-by: Josh Poimboeuf Cc: Andy Lutomirski Cc: Boris Ostrovsky Cc: Jiri Slaby Cc: Juergen Gross Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/36eb182738c28514f8bf95e403d89b6413a88883.1505764066.git.jpoimboe@redhat.com Signed-off-by: Ingo Molnar --- arch/x86/kernel/head_64.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/x86/kernel/head_64.S b/arch/x86/kernel/head_64.S index afb0a1e..edacd57 100644 --- a/arch/x86/kernel/head_64.S +++ b/arch/x86/kernel/head_64.S @@ -234,7 +234,7 @@ ENTRY(secondary_startup_64) pushq %rax # target address in negative space lretq .Lafter_lret: -ENDPROC(secondary_startup_64) +END(secondary_startup_64) #include "verify_cpu.S" @@ -277,7 +277,7 @@ ENTRY(early_idt_handler_array) i = i + 1 .fill early_idt_handler_array + i*EARLY_IDT_HANDLER_SIZE - ., 1, 0xcc .endr -ENDPROC(early_idt_handler_array) +END(early_idt_handler_array) early_idt_handler_common: /* @@ -320,7 +320,7 @@ early_idt_handler_common: 20: decl early_recursion_flag(%rip) jmp restore_regs_and_iret -ENDPROC(early_idt_handler_common) +END(early_idt_handler_common) __INITDATA