DragonFly commits List (threaded) for 2008-05
DragonFly BSD
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


From: "Sepherosa Ziehau" <sepherosa@xxxxxxxxx>
Date: Thu, 1 May 2008 15:24:02 +0800

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]