diff options
author | Dr. David Alan Gilbert <linux@treblig.org> | 2024-12-20 16:57:39 +0000 |
---|---|---|
committer | Yury Norov <yury.norov@gmail.com> | 2024-12-30 10:33:53 -0800 |
commit | 7f15d4abf925f33015fb62973ce2ddb45ce04bb9 (patch) | |
tree | 5268fea047fa3c5cf64d34b232a15f240deb7abc /kernel/cpu.c | |
parent | f9d2ee3f51d60100c10d4db64da4413f69e81993 (diff) |
cpu: Remove unused init_cpu_online
The last use of init_cpu_online() was removed by the
commit cf8e8658100d ("arch: Remove Itanium (IA-64) architecture")
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Yury Norov <yury.norov@gmail.com>
Diffstat (limited to 'kernel/cpu.c')
-rw-r--r-- | kernel/cpu.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kernel/cpu.c b/kernel/cpu.c index b605334f8ee6..2ac860df1ff0 100644 --- a/kernel/cpu.c +++ b/kernel/cpu.c @@ -3128,11 +3128,6 @@ void init_cpu_possible(const struct cpumask *src) cpumask_copy(&__cpu_possible_mask, src); } -void init_cpu_online(const struct cpumask *src) -{ - cpumask_copy(&__cpu_online_mask, src); -} - void set_cpu_online(unsigned int cpu, bool online) { /* |