X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=kernel%2Fsoftirq.c;h=490fcbb1dc5b41727408d28e17ae145754c2c051;hb=1fac1fa965a9fbdb38d8a4b945db3521f801c946;hp=850967068aaf3ff0711587d1624ac353216c4e2e;hpb=cdfc83075fb76369a31e6c187d0cebcab9f8b9c8;p=~andy%2Flinux diff --git a/kernel/softirq.c b/kernel/softirq.c index 850967068aa..490fcbb1dc5 100644 --- a/kernel/softirq.c +++ b/kernel/softirq.c @@ -328,7 +328,7 @@ void irq_enter(void) * here, as softirq will be serviced on return from interrupt. */ local_bh_disable(); - tick_check_idle(); + tick_irq_enter(); _local_bh_enable(); }