aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/softirq.c
diff options
context:
space:
mode:
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 d73afb4764ef..c159fd094772 100644
--- a/kernel/softirq.c
+++ b/kernel/softirq.c
@@ -674,7 +674,7 @@ __init int spawn_ksoftirqd(void)
674/* 674/*
675 * Call a function on all processors 675 * Call a function on all processors
676 */ 676 */
677int on_each_cpu(void (*func) (void *info), void *info, int retry, int wait) 677int on_each_cpu(void (*func) (void *info), void *info, int wait)
678{ 678{
679 int ret = 0; 679 int ret = 0;
680 680