summaryrefslogtreecommitdiffstats
path: root/kernel/softirq.c
diff options
context:
space:
mode:
authorLinus Torvalds2009-04-04 02:33:30 +0200
committerLinus Torvalds2009-04-04 02:33:30 +0200
commitb1dbb67911fecb290db3f566281bcd9ccc9dc6df (patch)
treef55add06f624f7fed8a68372d8c96b583ca578fe /kernel/softirq.c
parentMerge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... (diff)
parents390: remove arch specific smp_send_stop() (diff)
downloadkernel-qcow2-linux-b1dbb67911fecb290db3f566281bcd9ccc9dc6df.tar.gz
kernel-qcow2-linux-b1dbb67911fecb290db3f566281bcd9ccc9dc6df.tar.xz
kernel-qcow2-linux-b1dbb67911fecb290db3f566281bcd9ccc9dc6df.zip
Merge branch 'ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: s390: remove arch specific smp_send_stop() panic: clean up kernel/panic.c panic, smp: provide smp_send_stop() wrapper on UP too panic: decrease oops_in_progress only after having done the panic generic-ipi: eliminate WARN_ON()s during oops/panic generic-ipi: cleanups generic-ipi: remove CSD_FLAG_WAIT generic-ipi: remove kmalloc() generic IPI: simplify barriers and locking
Diffstat (limited to 'kernel/softirq.c')
-rw-r--r--kernel/softirq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/softirq.c b/kernel/softirq.c
index 487751604300..ea23ec087ee9 100644
--- a/kernel/softirq.c
+++ b/kernel/softirq.c
@@ -496,7 +496,7 @@ static int __try_remote_softirq(struct call_single_data *cp, int cpu, int softir
cp->flags = 0;
cp->priv = softirq;
- __smp_call_function_single(cpu, cp);
+ __smp_call_function_single(cpu, cp, 0);
return 0;
}
return 1;