public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Yury Norov <yury.norov@gmail.com>
To: linux@treblig.org
Cc: linux@rasmusvillemoes.dk, tglx@linutronix.de,
	peterz@infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] cpu: Remove unused init_cpu_online
Date: Mon, 30 Dec 2024 10:38:05 -0800	[thread overview]
Message-ID: <Z3LojX_xQCn3a3Op@yury-ThinkPad> (raw)
In-Reply-To: <20241220165739.201412-1-linux@treblig.org>

On Fri, Dec 20, 2024 at 04:57:39PM +0000, linux@treblig.org wrote:
> From: "Dr. David Alan Gilbert" <linux@treblig.org>
> 
> 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>

Dear Dr. Gilbert,

Applied in bitmap-for-next. 

With best regards,
Dr. Yury V Norov

> ---
>  include/linux/cpumask.h | 1 -
>  kernel/cpu.c            | 5 -----
>  2 files changed, 6 deletions(-)
> 
> diff --git a/include/linux/cpumask.h b/include/linux/cpumask.h
> index 9278a50d514f..590d8438514c 100644
> --- a/include/linux/cpumask.h
> +++ b/include/linux/cpumask.h
> @@ -1043,7 +1043,6 @@ extern const DECLARE_BITMAP(cpu_all_bits, NR_CPUS);
>  /* Wrappers for arch boot code to manipulate normally-constant masks */
>  void init_cpu_present(const struct cpumask *src);
>  void init_cpu_possible(const struct cpumask *src);
> -void init_cpu_online(const struct cpumask *src);
>  
>  #define assign_cpu(cpu, mask, val)	\
>  	assign_bit(cpumask_check(cpu), cpumask_bits(mask), (val))
> 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)
>  {
>  	/*
> -- 
> 2.47.1

      reply	other threads:[~2024-12-30 18:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-20 16:57 [PATCH] cpu: Remove unused init_cpu_online linux
2024-12-30 18:38 ` Yury Norov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Z3LojX_xQCn3a3Op@yury-ThinkPad \
    --to=yury.norov@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@rasmusvillemoes.dk \
    --cc=linux@treblig.org \
    --cc=peterz@infradead.org \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox