Skip to content

Commit 055e09a

Browse files
Alexey Dobriyanakpm00
authored andcommitted
cpumask: delete unused reset_cpu_possible_mask()
Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Alexey Dobriyan <[email protected]> Cc: Rasmus Villemoes <[email protected]> Cc: Yury Norov <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 200a289 commit 055e09a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

include/linux/cpumask.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,11 +1017,6 @@ void init_cpu_present(const struct cpumask *src);
10171017
void init_cpu_possible(const struct cpumask *src);
10181018
void init_cpu_online(const struct cpumask *src);
10191019

1020-
static inline void reset_cpu_possible_mask(void)
1021-
{
1022-
bitmap_zero(cpumask_bits(&__cpu_possible_mask), NR_CPUS);
1023-
}
1024-
10251020
static inline void
10261021
set_cpu_possible(unsigned int cpu, bool possible)
10271022
{

0 commit comments

Comments
 (0)