From afc7a049765e3db567f694d06c48a31d34b100b0 Mon Sep 17 00:00:00 2001 From: Wanlong Gao Date: Thu, 12 Jan 2012 17:20:09 -0800 Subject: [PATCH] --- yaml --- r: 284417 b: refs/heads/master c: 9512938b885304f72c847379611d6018064af840 h: refs/heads/master i: 284415: c7a42c4c1fd28dd74c21ce5b4306685bb41095a0 v: v3 --- [refs] | 2 +- trunk/arch/powerpc/mm/numa.c | 2 +- trunk/arch/x86/mm/numa.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index a7fcad15ee6e..7820cbcfcbfc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f1db7afd917e54711798c64d78f8f5fb090f950d +refs/heads/master: 9512938b885304f72c847379611d6018064af840 diff --git a/trunk/arch/powerpc/mm/numa.c b/trunk/arch/powerpc/mm/numa.c index 4ff3d8e411a7..3feefc3842a8 100644 --- a/trunk/arch/powerpc/mm/numa.c +++ b/trunk/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/trunk/arch/x86/mm/numa.c b/trunk/arch/x86/mm/numa.c index 020cd2e80873..19d3fa08b119 100644 --- a/trunk/arch/x86/mm/numa.c +++ b/trunk/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)