X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=kernel%2Fsoftirq.c;h=9d71046ea247dc6aac0868881f2018f9599d072f;hb=f6e1ea19649216156576aeafa784e3b4cee45549;hp=d5bfd5e661fcd6cb20217400da612fc8a43b892f;hpb=a0b96314870f7eff6d15a242cb162dfc46b3c284;p=linux-2.6-microblaze.git diff --git a/kernel/softirq.c b/kernel/softirq.c index d5bfd5e661fc..9d71046ea247 100644 --- a/kernel/softirq.c +++ b/kernel/softirq.c @@ -186,7 +186,7 @@ void __local_bh_enable_ip(unsigned long ip, unsigned int cnt) * Keep preemption disabled until we are done with * softirq processing: */ - preempt_count_sub(cnt - 1); + __preempt_count_sub(cnt - 1); if (unlikely(!in_interrupt() && local_softirq_pending())) { /*