X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=kernel%2Fsoftirq.c;h=322b65d456767ad5858fc1f1a777b8d908768f79;hb=91cc470e797828d779cd4c1efbe8519bcb358bae;hp=f3a012179f472ce7d98dd76daa1723483abb5e90;hpb=b8052599420cd94505baec1f22b4e7c9e5ae5fce;p=linux-2.6-microblaze.git diff --git a/kernel/softirq.c b/kernel/softirq.c index f3a012179f47..322b65d45676 100644 --- a/kernel/softirq.c +++ b/kernel/softirq.c @@ -422,7 +422,7 @@ static inline void invoke_softirq(void) if (ksoftirqd_running(local_softirq_pending())) return; - if (!force_irqthreads || !__this_cpu_read(ksoftirqd)) { + if (!force_irqthreads() || !__this_cpu_read(ksoftirqd)) { #ifdef CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK /* * We can safely execute softirq on the current stack if