[<prev] [next>] [day] [month] [year] [list]
Message-ID: <158505983688.28353.14563304680981102278.tip-bot2@tip-bot2>
Date: Tue, 24 Mar 2020 14:23:56 -0000
From: "tip-bot2 for Alexey Makhalov" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Alexey Makhalov <amakhalov@...are.com>,
Borislav Petkov <bp@...e.de>,
Thomas Hellstrom <thellstrom@...are.com>,
Thomas Gleixner <tglx@...utronix.de>, x86 <x86@...nel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: [tip: x86/vmware] x86/vmware: Make vmware_select_hypercall() __init
The following commit has been merged into the x86/vmware branch of tip:
Commit-ID: 14388ae24544c4cc09056773c886839a2c8d256b
Gitweb: https://git.kernel.org/tip/14388ae24544c4cc09056773c886839a2c8d256b
Author: Alexey Makhalov <amakhalov@...are.com>
AuthorDate: Mon, 23 Mar 2020 19:57:03
Committer: Borislav Petkov <bp@...e.de>
CommitterDate: Tue, 24 Mar 2020 09:26:04 +01:00
x86/vmware: Make vmware_select_hypercall() __init
vmware_select_hypercall() is used only by the __init
functions, and should be annotated with __init as well.
Signed-off-by: Alexey Makhalov <amakhalov@...are.com>
Signed-off-by: Borislav Petkov <bp@...e.de>
Reviewed-by: Thomas Hellstrom <thellstrom@...are.com>
Reviewed-by: Thomas Gleixner <tglx@...utronix.de>
Link: https://lkml.kernel.org/r/20200323195707.31242-2-amakhalov@vmware.com
---
arch/x86/kernel/cpu/vmware.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/kernel/cpu/vmware.c b/arch/x86/kernel/cpu/vmware.c
index 46d7326..d280560 100644
--- a/arch/x86/kernel/cpu/vmware.c
+++ b/arch/x86/kernel/cpu/vmware.c
@@ -213,7 +213,7 @@ static void __init vmware_platform_setup(void)
vmware_set_capabilities();
}
-static u8 vmware_select_hypercall(void)
+static u8 __init vmware_select_hypercall(void)
{
int eax, ebx, ecx, edx;
Powered by blists - more mailing lists