diff options
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/kernel/irq.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/powerpc/kernel/irq.c b/arch/powerpc/kernel/irq.c index 05a700940f67..8cf987809c66 100644 --- a/arch/powerpc/kernel/irq.c +++ b/arch/powerpc/kernel/irq.c | |||
@@ -306,13 +306,8 @@ void do_softirq(void) | |||
306 | 306 | ||
307 | local_irq_save(flags); | 307 | local_irq_save(flags); |
308 | 308 | ||
309 | if (local_softirq_pending()) { | 309 | if (local_softirq_pending()) |
310 | account_system_vtime(current); | ||
311 | local_bh_disable(); | ||
312 | do_softirq_onstack(); | 310 | do_softirq_onstack(); |
313 | account_system_vtime(current); | ||
314 | __local_bh_enable(); | ||
315 | } | ||
316 | 311 | ||
317 | local_irq_restore(flags); | 312 | local_irq_restore(flags); |
318 | } | 313 | } |