DragonFly commits List (threaded) for 2008-05
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: cvs commit: src/sys/kern lwkt_ipiq.c
On Thu, May 1, 2008 at 2:50 PM, Jonas Trollvik <jontro@gmail.com> wrote:
> Looks like you added an extra else here:
> cpu_send_ipiq(target->gd_cpuid);
> - ++ipiq_avoided;
> + } else {
> + ++ipiq_avoided;
Yeah, forgot to mention it in the commit message:
- Also fix ipiq_avoided counting.
This normally does not affect ipiq_avoided counting, since except for
experimental purpose, you will not wan to turn off 'ipiq_optimized' :)
Best Regards,
sephe
--
Live Free or Die
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]