Commit 3f2abe4e authored by David S. Miller's avatar David S. Miller

include/asm-sparc64/softirq.h: Fix typo in local_bh_enable.

parent 6b2824ec
......@@ -14,7 +14,7 @@
#define __local_bh_enable() do { barrier(); preempt_count() -= IRQ_OFFSET; } while (0)
#define local_bh_enable() \
do { if (unlikely((preempt_count() == IRQ_OFFSET) && \
softirq_pending(smp_processor_id())) { \
softirq_pending(smp_processor_id()))) { \
__local_bh_enable(); \
do_softirq(); \
preempt_check_resched(); \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment