projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
409e56f
)
blackfin: fix up obsolete cpu function usage.
author
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 5 Mar 2015 00:19:18 +0000
(10:49 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 5 Mar 2015 04:55:08 +0000
(15:25 +1030)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Steven Miao <realmz6@gmail.com>
Cc: adi-buildroot-devel@lists.sourceforge.net
arch/blackfin/mach-bf561/smp.c
patch
|
blob
|
history
diff --git
a/arch/blackfin/mach-bf561/smp.c
b/arch/blackfin/mach-bf561/smp.c
index 11789beca75a92fa041efc519b15c0ed3ca879c3..8c0c80fd1a45367eacec911d1896da529ab25215 100644
(file)
--- a/
arch/blackfin/mach-bf561/smp.c
+++ b/
arch/blackfin/mach-bf561/smp.c
@@
-124,7
+124,7
@@
void platform_send_ipi(cpumask_t callmap, int irq)
unsigned int cpu;
int offset = (irq == IRQ_SUPPLE_0) ? 6 : 8;
- for_each_cpu
_mask(cpu,
callmap) {
+ for_each_cpu
(cpu, &
callmap) {
BUG_ON(cpu >= 2);
SSYNC();
bfin_write_SICB_SYSCR(bfin_read_SICB_SYSCR() | (1 << (offset + cpu)));