Hello! > + if (softirq_active(smp_processor_id()) & softirq_mask(smp_processor_id())) { > + do_softirq(); > + return 0; BTW you may delete do_softirq()... schedule() will call this. > + * > + * Isn't this identical to default_idle with the 'no-hlt' boot > + * option? <[EMAIL PROTECTED]> Seeems, it is not. need_resched=-1 avoids useless IPIs. Alexey - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Re: Serial port latency Trent Jarvi
- Re: Serial port latency Manfred Spraul
- Re: Serial port latency Pavel Machek
- Re: Serial port latency Manfred Spraul
- Re: Serial port latency Pavel Machek
- Re: Serial port latency Manfred Spraul
- softirq buggy [Re: Serial port latency] Pavel Machek
- Re: softirq buggy [Re: Serial port... Manfred Spraul
- Re: softirq buggy [Re: Serial ... Pavel Machek
- Re: softirq buggy [Re: Serial ... Manfred Spraul
- Re: softirq buggy [Re: Serial ... kuznet
- Re: softirq buggy [Re: Serial ... Manfred Spraul
- Re: softirq buggy [Re: Serial ... kuznet
- Re: softirq buggy [Re: Serial ... Manfred Spraul
- [PATCH] Re: softirq buggy Manfred Spraul
- Re: [PATCH] Re: softirq buggy Albert D. Cahalan
- Re: [PATCH] Re: softirq buggy Andrea Arcangeli
- Re: [PATCH] Re: softirq buggy Manfred Spraul
- Re: [PATCH] Re: softirq buggy Andrea Arcangeli
- Re: [PATCH] Re: softirq buggy kuznet
- Re: [PATCH] Re: softirq buggy Andrea Arcangeli