projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52defa4
)
x86/smp: Remove a non-existent function declaration
author
Sohil Mehta
<sohil.mehta@intel.com>
Thu, 27 Jul 2023 18:05:32 +0000
(18:05 +0000)
committer
Thomas Gleixner
<tglx@linutronix.de>
Fri, 28 Jul 2023 08:17:53 +0000
(10:17 +0200)
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
arch/x86/include/asm/smp.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/smp.h
b/arch/x86/include/asm/smp.h
index 600cf25dbfc64b0f43a2257cabb50b5c0ce43883..094f31d3f9509cc1f90310f94c577b29575b255a 100644
(file)
--- 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);