diff options
author | Anton Blanchard <anton@samba.org> | 2010-04-26 11:32:44 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2010-05-06 03:41:59 -0400 |
commit | 828a69869ba266cabb486a6b59ea8643d56b33ce (patch) | |
tree | 06fdb4a69c6c0e8baf4624979f85f85cbebb8163 /arch/powerpc/kernel/smp.c | |
parent | 25863de07af9cb90e6365cc8216bdd17f2394515 (diff) |
powerpc/cpumask: Update some comments
Since the *_map cpumask variants are deprecated, change the comments to
instead refer to *_mask.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/kernel/smp.c')
-rw-r--r-- | arch/powerpc/kernel/smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/smp.c b/arch/powerpc/kernel/smp.c index 39babb1e2ce1..bf366167d369 100644 --- a/arch/powerpc/kernel/smp.c +++ b/arch/powerpc/kernel/smp.c | |||
@@ -468,7 +468,7 @@ out: | |||
468 | return id; | 468 | return id; |
469 | } | 469 | } |
470 | 470 | ||
471 | /* Must be called when no change can occur to cpu_present_map, | 471 | /* Must be called when no change can occur to cpu_present_mask, |
472 | * i.e. during cpu online or offline. | 472 | * i.e. during cpu online or offline. |
473 | */ | 473 | */ |
474 | static struct device_node *cpu_to_l2cache(int cpu) | 474 | static struct device_node *cpu_to_l2cache(int cpu) |