Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

cpumask: delete unused reset_cpu_possible_mask()

Link: https://lkml.kernel.org/r/20240417201123.2961-1-adobriyan@gmail.com
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Cc: Yury Norov <yury.norov@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Alexey Dobriyan and committed by
Andrew Morton
055e09ac 200a289b

-5
-5
include/linux/cpumask.h
··· 1017 1017 void init_cpu_possible(const struct cpumask *src); 1018 1018 void init_cpu_online(const struct cpumask *src); 1019 1019 1020 - static inline void reset_cpu_possible_mask(void) 1021 - { 1022 - bitmap_zero(cpumask_bits(&__cpu_possible_mask), NR_CPUS); 1023 - } 1024 - 1025 1020 static inline void 1026 1021 set_cpu_possible(unsigned int cpu, bool possible) 1027 1022 {