From: James Hogan <james.hogan-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
To: Vincent Guittot
<vincent.guittot-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Cc: peterz-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org,
mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
dietmar.eggemann-5wv7dgnIgG8@public.gmane.org,
preeti-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org,
tony.luck-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
fenghua.yu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
schwidefsky-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org,
cmetcalf-kv+TWInifGbQT0dZR+AlfA@public.gmane.org,
benh-XVmvHMARGAS8U2dJNN8I7kB+6BGkLq7r@public.gmane.org,
linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linaro-kernel-cunTk1MwBs8s++Sfvej+rw@public.gmane.org,
linux-metag <linux-metag-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH v2 1/7] sched: remove unused SCHED_INIT_NODE
Date: Wed, 19 Mar 2014 11:07:13 +0000 [thread overview]
Message-ID: <53297A61.4010605@imgtec.com> (raw)
In-Reply-To: <1395165409-18055-2-git-send-email-vincent.guittot-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 1560 bytes --]
On 18/03/14 17:56, Vincent Guittot wrote:
> not used since new numa scheduler init sequence
>
> Signed-off-by: Vincent Guittot <vincent.guittot-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Applied to metag tree for v3.15,
Thanks for spotting it.
Cheers
James
> ---
> arch/metag/include/asm/topology.h | 27 ---------------------------
> 1 file changed, 27 deletions(-)
>
> diff --git a/arch/metag/include/asm/topology.h b/arch/metag/include/asm/topology.h
> index 8e9c0b3..e95f874 100644
> --- a/arch/metag/include/asm/topology.h
> +++ b/arch/metag/include/asm/topology.h
> @@ -3,33 +3,6 @@
>
> #ifdef CONFIG_NUMA
>
> -/* sched_domains SD_NODE_INIT for Meta machines */
> -#define SD_NODE_INIT (struct sched_domain) { \
> - .parent = NULL, \
> - .child = NULL, \
> - .groups = NULL, \
> - .min_interval = 8, \
> - .max_interval = 32, \
> - .busy_factor = 32, \
> - .imbalance_pct = 125, \
> - .cache_nice_tries = 2, \
> - .busy_idx = 3, \
> - .idle_idx = 2, \
> - .newidle_idx = 0, \
> - .wake_idx = 0, \
> - .forkexec_idx = 0, \
> - .flags = SD_LOAD_BALANCE \
> - | SD_BALANCE_FORK \
> - | SD_BALANCE_EXEC \
> - | SD_BALANCE_NEWIDLE \
> - | SD_SERIALIZE, \
> - .last_balance = jiffies, \
> - .balance_interval = 1, \
> - .nr_balance_failed = 0, \
> - .max_newidle_lb_cost = 0, \
> - .next_decay_max_lb_cost = jiffies, \
> -}
> -
> #define cpu_to_node(cpu) ((void)(cpu), 0)
> #define parent_node(node) ((void)(node), 0)
>
>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: james.hogan@imgtec.com (James Hogan)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/7] sched: remove unused SCHED_INIT_NODE
Date: Wed, 19 Mar 2014 11:07:13 +0000 [thread overview]
Message-ID: <53297A61.4010605@imgtec.com> (raw)
In-Reply-To: <1395165409-18055-2-git-send-email-vincent.guittot@linaro.org>
On 18/03/14 17:56, Vincent Guittot wrote:
> not used since new numa scheduler init sequence
>
> Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org>
Applied to metag tree for v3.15,
Thanks for spotting it.
Cheers
James
> ---
> arch/metag/include/asm/topology.h | 27 ---------------------------
> 1 file changed, 27 deletions(-)
>
> diff --git a/arch/metag/include/asm/topology.h b/arch/metag/include/asm/topology.h
> index 8e9c0b3..e95f874 100644
> --- a/arch/metag/include/asm/topology.h
> +++ b/arch/metag/include/asm/topology.h
> @@ -3,33 +3,6 @@
>
> #ifdef CONFIG_NUMA
>
> -/* sched_domains SD_NODE_INIT for Meta machines */
> -#define SD_NODE_INIT (struct sched_domain) { \
> - .parent = NULL, \
> - .child = NULL, \
> - .groups = NULL, \
> - .min_interval = 8, \
> - .max_interval = 32, \
> - .busy_factor = 32, \
> - .imbalance_pct = 125, \
> - .cache_nice_tries = 2, \
> - .busy_idx = 3, \
> - .idle_idx = 2, \
> - .newidle_idx = 0, \
> - .wake_idx = 0, \
> - .forkexec_idx = 0, \
> - .flags = SD_LOAD_BALANCE \
> - | SD_BALANCE_FORK \
> - | SD_BALANCE_EXEC \
> - | SD_BALANCE_NEWIDLE \
> - | SD_SERIALIZE, \
> - .last_balance = jiffies, \
> - .balance_interval = 1, \
> - .nr_balance_failed = 0, \
> - .max_newidle_lb_cost = 0, \
> - .next_decay_max_lb_cost = jiffies, \
> -}
> -
> #define cpu_to_node(cpu) ((void)(cpu), 0)
> #define parent_node(node) ((void)(node), 0)
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140319/cc4d03e2/attachment.sig>
WARNING: multiple messages have this Message-ID (diff)
From: James Hogan <james.hogan@imgtec.com>
To: Vincent Guittot <vincent.guittot@linaro.org>
Cc: <peterz@infradead.org>, <mingo@kernel.org>,
<linux-kernel@vger.kernel.org>, <dietmar.eggemann@arm.com>,
<preeti@linux.vnet.ibm.com>, <tony.luck@intel.com>,
<fenghua.yu@intel.com>, <schwidefsky@de.ibm.com>,
<cmetcalf@tilera.com>, <benh@kernel.crashing.org>,
<linux@arm.linux.org.uk>, <linux-arm-kernel@lists.infradead.org>,
<linaro-kernel@lists.linaro.org>,
linux-metag <linux-metag@vger.kernel.org>
Subject: Re: [PATCH v2 1/7] sched: remove unused SCHED_INIT_NODE
Date: Wed, 19 Mar 2014 11:07:13 +0000 [thread overview]
Message-ID: <53297A61.4010605@imgtec.com> (raw)
In-Reply-To: <1395165409-18055-2-git-send-email-vincent.guittot@linaro.org>
[-- Attachment #1: Type: text/plain, Size: 1531 bytes --]
On 18/03/14 17:56, Vincent Guittot wrote:
> not used since new numa scheduler init sequence
>
> Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org>
Applied to metag tree for v3.15,
Thanks for spotting it.
Cheers
James
> ---
> arch/metag/include/asm/topology.h | 27 ---------------------------
> 1 file changed, 27 deletions(-)
>
> diff --git a/arch/metag/include/asm/topology.h b/arch/metag/include/asm/topology.h
> index 8e9c0b3..e95f874 100644
> --- a/arch/metag/include/asm/topology.h
> +++ b/arch/metag/include/asm/topology.h
> @@ -3,33 +3,6 @@
>
> #ifdef CONFIG_NUMA
>
> -/* sched_domains SD_NODE_INIT for Meta machines */
> -#define SD_NODE_INIT (struct sched_domain) { \
> - .parent = NULL, \
> - .child = NULL, \
> - .groups = NULL, \
> - .min_interval = 8, \
> - .max_interval = 32, \
> - .busy_factor = 32, \
> - .imbalance_pct = 125, \
> - .cache_nice_tries = 2, \
> - .busy_idx = 3, \
> - .idle_idx = 2, \
> - .newidle_idx = 0, \
> - .wake_idx = 0, \
> - .forkexec_idx = 0, \
> - .flags = SD_LOAD_BALANCE \
> - | SD_BALANCE_FORK \
> - | SD_BALANCE_EXEC \
> - | SD_BALANCE_NEWIDLE \
> - | SD_SERIALIZE, \
> - .last_balance = jiffies, \
> - .balance_interval = 1, \
> - .nr_balance_failed = 0, \
> - .max_newidle_lb_cost = 0, \
> - .next_decay_max_lb_cost = jiffies, \
> -}
> -
> #define cpu_to_node(cpu) ((void)(cpu), 0)
> #define parent_node(node) ((void)(node), 0)
>
>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
next prev parent reply other threads:[~2014-03-19 11:07 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-18 17:56 [PATCH v2 0/7] rework sched_domain topology description Vincent Guittot
2014-03-18 17:56 ` Vincent Guittot
2014-03-18 17:56 ` [PATCH v2 1/7] sched: remove unused SCHED_INIT_NODE Vincent Guittot
2014-03-18 17:56 ` Vincent Guittot
[not found] ` <1395165409-18055-2-git-send-email-vincent.guittot-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2014-03-19 11:07 ` James Hogan [this message]
2014-03-19 11:07 ` James Hogan
2014-03-19 11:07 ` James Hogan
2014-03-18 17:56 ` [PATCH v2 2/7] sched: rework of sched_domain topology definition Vincent Guittot
2014-03-18 17:56 ` Vincent Guittot
2014-03-19 6:01 ` Preeti U Murthy
2014-03-19 6:01 ` Preeti U Murthy
2014-03-19 11:27 ` Dietmar Eggemann
2014-03-19 11:27 ` Dietmar Eggemann
2014-03-19 12:41 ` Peter Zijlstra
2014-03-19 12:41 ` Peter Zijlstra
2014-03-19 13:33 ` Vincent Guittot
2014-03-19 13:33 ` Vincent Guittot
2014-03-19 15:22 ` Dietmar Eggemann
2014-03-19 15:22 ` Dietmar Eggemann
2014-03-19 16:14 ` Vincent Guittot
2014-03-19 16:14 ` Vincent Guittot
2014-03-19 13:46 ` Dietmar Eggemann
2014-03-19 13:46 ` Dietmar Eggemann
2014-03-18 17:56 ` [PATCH v2 3/7] sched: s390: create a dedicated topology table Vincent Guittot
2014-03-18 17:56 ` Vincent Guittot
2014-03-18 17:56 ` [PATCH v2 4/7] sched: powerpc: " Vincent Guittot
2014-03-18 17:56 ` Vincent Guittot
2014-03-19 6:04 ` Preeti U Murthy
2014-03-19 6:04 ` Preeti U Murthy
2014-03-18 17:56 ` [PATCH v2 5/7] sched: add a new SD_SHARE_POWERDOMAIN for sched_domain Vincent Guittot
2014-03-18 17:56 ` Vincent Guittot
2014-03-19 6:21 ` Preeti U Murthy
2014-03-19 6:21 ` Preeti U Murthy
2014-03-19 9:52 ` Vincent Guittot
2014-03-19 9:52 ` Vincent Guittot
2014-03-19 11:05 ` Preeti U Murthy
2014-03-19 11:05 ` Preeti U Murthy
2014-03-19 12:26 ` Vincent Guittot
2014-03-19 12:26 ` Vincent Guittot
2014-03-19 11:59 ` Peter Zijlstra
2014-03-19 11:59 ` Peter Zijlstra
2014-03-19 12:28 ` Vincent Guittot
2014-03-19 12:28 ` Vincent Guittot
2014-03-19 12:01 ` Peter Zijlstra
2014-03-19 12:01 ` Peter Zijlstra
2014-03-19 12:29 ` Vincent Guittot
2014-03-19 12:29 ` Vincent Guittot
2014-03-18 17:56 ` [PATCH v2 6/7] sched: ARM: create a dedicated scheduler topology table Vincent Guittot
2014-03-18 17:56 ` Vincent Guittot
2014-03-18 17:56 ` [PATCH v2 7/7] sched: powerpc: Add SD_SHARE_POWERDOMAIN for SMT level Vincent Guittot
2014-03-18 17:56 ` Vincent Guittot
2014-03-19 12:05 ` Peter Zijlstra
2014-03-19 12:05 ` Peter Zijlstra
2014-03-19 12:30 ` Vincent Guittot
2014-03-19 12:30 ` Vincent Guittot
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=53297A61.4010605@imgtec.com \
--to=james.hogan-1axoqhu6uovqt0dzr+alfa@public.gmane.org \
--cc=benh-XVmvHMARGAS8U2dJNN8I7kB+6BGkLq7r@public.gmane.org \
--cc=cmetcalf-kv+TWInifGbQT0dZR+AlfA@public.gmane.org \
--cc=dietmar.eggemann-5wv7dgnIgG8@public.gmane.org \
--cc=fenghua.yu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=linaro-kernel-cunTk1MwBs8s++Sfvej+rw@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org \
--cc=linux-metag-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=peterz-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org \
--cc=preeti-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org \
--cc=schwidefsky-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org \
--cc=tony.luck-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=vincent.guittot-QSEj5FYQhm4dnm+yROfE0A@public.gmane.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.