* [PATCH] cpumask: update the Note of setup_node_to_cpumask_map
@ 2011-11-01 7:37 Wanlong Gao
2011-11-02 0:57 ` Rusty Russell
0 siblings, 1 reply; 2+ messages in thread
From: Wanlong Gao @ 2011-11-01 7:37 UTC (permalink / raw)
To: rusty; +Cc: linux-kernel, Wanlong Gao
node_to_cpumask() had been replaced by cpumask_of_node(), and wholly
removed since commit 29c337a0.
So update the Note of setup_node_to_cpumask_map().
Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
---
arch/powerpc/mm/numa.c | 2 +-
arch/x86/mm/numa.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/mm/numa.c b/arch/powerpc/mm/numa.c
index 2164006..664272c 100644
--- a/arch/powerpc/mm/numa.c
+++ b/arch/powerpc/mm/numa.c
@@ -58,7 +58,7 @@ static int distance_lookup_table[MAX_NUMNODES][MAX_DISTANCE_REF_POINTS];
* Allocate node_to_cpumask_map based on number of available nodes
* Requires node_possible_map to be valid.
*
- * Note: node_to_cpumask() is not valid until after this is done.
+ * Note: cpumask_of_node() is not valid until after this is done.
*/
static void __init setup_node_to_cpumask_map(void)
{
diff --git a/arch/x86/mm/numa.c b/arch/x86/mm/numa.c
index fbeaaf4..43049f0 100644
--- a/arch/x86/mm/numa.c
+++ b/arch/x86/mm/numa.c
@@ -110,7 +110,7 @@ void __cpuinit numa_clear_node(int cpu)
* Allocate node_to_cpumask_map based on number of available nodes
* Requires node_possible_map to be valid.
*
- * Note: node_to_cpumask() is not valid until after this is done.
+ * Note: cpumask_of_node() is not valid until after this is done.
* (Use CONFIG_DEBUG_PER_CPU_MAPS to check this.)
*/
void __init setup_node_to_cpumask_map(void)
--
1.7.8.rc0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] cpumask: update the Note of setup_node_to_cpumask_map
2011-11-01 7:37 [PATCH] cpumask: update the Note of setup_node_to_cpumask_map Wanlong Gao
@ 2011-11-02 0:57 ` Rusty Russell
0 siblings, 0 replies; 2+ messages in thread
From: Rusty Russell @ 2011-11-02 0:57 UTC (permalink / raw)
To: Wanlong Gao; +Cc: linux-kernel, Wanlong Gao, akpm
On Tue, 1 Nov 2011 15:37:36 +0800, Wanlong Gao <gaowanlong@cn.fujitsu.com> wrote:
> node_to_cpumask() had been replaced by cpumask_of_node(), and wholly
> removed since commit 29c337a0.
>
> So update the Note of setup_node_to_cpumask_map().
>
> Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Acked-by: Rusty Russell <rusty@rustcorp.com.au>
Andrew, can you take this?
Thanks,
Rusty.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-11-02 3:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-01 7:37 [PATCH] cpumask: update the Note of setup_node_to_cpumask_map Wanlong Gao
2011-11-02 0:57 ` Rusty Russell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox