[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <169053248123.28540.16359111840279202443.tip-bot2@tip-bot2>
Date: Fri, 28 Jul 2023 08:21:21 -0000
From: "tip-bot2 for Sohil Mehta" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Sohil Mehta <sohil.mehta@...el.com>,
Thomas Gleixner <tglx@...utronix.de>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: [tip: x86/core] x86/smp: Remove a non-existent function declaration
The following commit has been merged into the x86/core branch of tip:
Commit-ID: 54bfd02bbfcd0582bc4ebf6fd57fba323b141b5b
Gitweb: https://git.kernel.org/tip/54bfd02bbfcd0582bc4ebf6fd57fba323b141b5b
Author: Sohil Mehta <sohil.mehta@...el.com>
AuthorDate: Thu, 27 Jul 2023 18:05:32
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitterDate: Fri, 28 Jul 2023 10:17:53 +02:00
x86/smp: Remove a non-existent function declaration
x86_idle_thread_init() does not exist anywhere. Remove its declaration
from the header.
Signed-off-by: Sohil Mehta <sohil.mehta@...el.com>
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
Link: https://lore.kernel.org/r/20230727180533.3119660-3-sohil.mehta@intel.com
---
arch/x86/include/asm/smp.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/x86/include/asm/smp.h b/arch/x86/include/asm/smp.h
index 600cf25..094f31d 100644
--- a/arch/x86/include/asm/smp.h
+++ b/arch/x86/include/asm/smp.h
@@ -132,7 +132,6 @@ void smp_kick_mwait_play_dead(void);
void native_smp_send_reschedule(int cpu);
void native_send_call_func_ipi(const struct cpumask *mask);
void native_send_call_func_single_ipi(int cpu);
-void x86_idle_thread_init(unsigned int cpu, struct task_struct *idle);
bool smp_park_other_cpus_in_init(void);
Powered by blists - more mailing lists