Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284417
b: refs/heads/master
c: 9512938
h: refs/heads/master
i:
  284415: c7a42c4
v: v3
  • Loading branch information
Wanlong Gao authored and Linus Torvalds committed Jan 13, 2012
1 parent 6b6a9e9 commit afc7a04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f1db7afd917e54711798c64d78f8f5fb090f950d
refs/heads/master: 9512938b885304f72c847379611d6018064af840
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/mm/numa.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/numa.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit afc7a04

Please sign in to comment.