summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/smp.h
diff options
context:
space:
mode:
authorRussell King2009-05-28 15:16:52 +0200
committerRussell King2009-05-28 15:16:52 +0200
commite03cdade0ca945a04e982525e50fef275190b77b (patch)
tree0e3fa1069018bff6f332abd06d969cf2a89ff5d0 /arch/arm/include/asm/smp.h
parent[ARM] 5516/1: Flush the D-cache after initialising the SCU (diff)
downloadkernel-qcow2-linux-e03cdade0ca945a04e982525e50fef275190b77b.tar.gz
kernel-qcow2-linux-e03cdade0ca945a04e982525e50fef275190b77b.tar.xz
kernel-qcow2-linux-e03cdade0ca945a04e982525e50fef275190b77b.zip
[ARM] smp: use new cpumask functions
Convert cpu_*_mask bit twiddling to the new set_cpu_*() API. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/include/asm/smp.h')
-rw-r--r--arch/arm/include/asm/smp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/smp.h b/arch/arm/include/asm/smp.h
index 608f2d533ff2..a06e735b262a 100644
--- a/arch/arm/include/asm/smp.h
+++ b/arch/arm/include/asm/smp.h
@@ -41,7 +41,7 @@ extern void show_ipi_list(struct seq_file *p);
asmlinkage void do_IPI(struct pt_regs *regs);
/*
- * Setup the SMP cpu_possible_map
+ * Setup the set of possible CPUs (via set_cpu_possible)
*/
extern void smp_init_cpus(void);