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, 2 insertions, 0 deletions
diff --git a/kernel/softirq.c b/kernel/softirq.c
index b56b35452d0d..4b55daafbbea 100644
--- a/kernel/softirq.c
+++ b/kernel/softirq.c
@@ -663,9 +663,11 @@ void tasklet_init(struct tasklet_struct *t,
663 t->func = func; 663 t->func = func;
664 t->data = data; 664 t->data = data;
665 665
666#if 0
666#ifdef CONFIG_LITMUS_SOFTIRQD 667#ifdef CONFIG_LITMUS_SOFTIRQD
667 t->owner = NULL; 668 t->owner = NULL;
668#endif 669#endif
670#endif
669} 671}
670 672
671EXPORT_SYMBOL(tasklet_init); 673EXPORT_SYMBOL(tasklet_init);