diff options
Diffstat (limited to 'kernel/softirq.c')
| -rw-r--r-- | kernel/softirq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/softirq.c b/kernel/softirq.c index b4ab6af1dea8..f766b2fc48be 100644 --- a/kernel/softirq.c +++ b/kernel/softirq.c | |||
| @@ -84,7 +84,7 @@ asmlinkage void __do_softirq(void) | |||
| 84 | cpu = smp_processor_id(); | 84 | cpu = smp_processor_id(); |
| 85 | restart: | 85 | restart: |
| 86 | /* Reset the pending bitmask before enabling irqs */ | 86 | /* Reset the pending bitmask before enabling irqs */ |
| 87 | local_softirq_pending() = 0; | 87 | set_softirq_pending(0); |
| 88 | 88 | ||
| 89 | local_irq_enable(); | 89 | local_irq_enable(); |
| 90 | 90 | ||
