From: Gautham R Shenoy <ego@in.ibm.com>
To: Lai Jiangshan <laijs@cn.fujitsu.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] cpu hotplug: remove unused cpuhotplug_mutex_lock()
Date: Mon, 9 Feb 2009 22:32:43 +0530 [thread overview]
Message-ID: <20090209170243.GE12696@in.ibm.com> (raw)
In-Reply-To: <498BDB15.6050609@cn.fujitsu.com>
Hi Lai,
On Fri, Feb 06, 2009 at 02:39:17PM +0800, Lai Jiangshan wrote:
>
> cpuhotplug_mutex_lock() is not used. this patch remove it.
This should have been long gone with get_online_cpus()/put_online_cpus()
patch series. My bad, I missed it.
Thanks for the patch.
Acked-by: Gautham R Shenoy <ego@in.ibm.com>
>
> Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
> ---
> cpu.h | 16 ----------------
> 1 file changed, 16 deletions(-)
> diff --git a/include/linux/cpu.h b/include/linux/cpu.h
> index c2747ac..2643d84 100644
> --- a/include/linux/cpu.h
> +++ b/include/linux/cpu.h
> @@ -23,7 +23,6 @@
> #include <linux/node.h>
> #include <linux/compiler.h>
> #include <linux/cpumask.h>
> -#include <linux/mutex.h>
>
> struct cpu {
> int node_id; /* The node which contains the CPU */
> @@ -103,16 +102,6 @@ extern struct sysdev_class cpu_sysdev_class;
> #ifdef CONFIG_HOTPLUG_CPU
> /* Stop CPUs going up and down. */
>
> -static inline void cpuhotplug_mutex_lock(struct mutex *cpu_hp_mutex)
> -{
> - mutex_lock(cpu_hp_mutex);
> -}
> -
> -static inline void cpuhotplug_mutex_unlock(struct mutex *cpu_hp_mutex)
> -{
> - mutex_unlock(cpu_hp_mutex);
> -}
> -
> extern void get_online_cpus(void);
> extern void put_online_cpus(void);
> #define hotcpu_notifier(fn, pri) { \
> @@ -126,11 +115,6 @@ int cpu_down(unsigned int cpu);
>
> #else /* CONFIG_HOTPLUG_CPU */
>
> -static inline void cpuhotplug_mutex_lock(struct mutex *cpu_hp_mutex)
> -{ }
> -static inline void cpuhotplug_mutex_unlock(struct mutex *cpu_hp_mutex)
> -{ }
> -
> #define get_online_cpus() do { } while (0)
> #define put_online_cpus() do { } while (0)
> #define hotcpu_notifier(fn, pri) do { (void)(fn); } while (0)
>
--
Thanks and Regards
gautham
prev parent reply other threads:[~2009-02-09 17:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-06 6:39 [PATCH] cpu hotplug: remove unused cpuhotplug_mutex_lock() Lai Jiangshan
2009-02-09 17:02 ` Gautham R Shenoy [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=20090209170243.GE12696@in.ibm.com \
--to=ego@in.ibm.com \
--cc=akpm@linux-foundation.org \
--cc=laijs@cn.fujitsu.com \
--cc=linux-kernel@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.