Skip to content

Commit 54bfd02

Browse files
sohilmehKAGA-KOKO
authored andcommitted
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@intel.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20230727180533.3119660-3-sohil.mehta@intel.com
1 parent 52defa4 commit 54bfd02

File tree

1 file changed

+0
-1
lines changed
  • arch/x86/include/asm

1 file changed

+0
-1
lines changed

arch/x86/include/asm/smp.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ void smp_kick_mwait_play_dead(void);
132132
void native_smp_send_reschedule(int cpu);
133133
void native_send_call_func_ipi(const struct cpumask *mask);
134134
void native_send_call_func_single_ipi(int cpu);
135-
void x86_idle_thread_init(unsigned int cpu, struct task_struct *idle);
136135

137136
bool smp_park_other_cpus_in_init(void);
138137

0 commit comments

Comments
 (0)