cvs commit: src/sys/kern lwkt_ipiq.c

Sepherosa Ziehau sepherosa at gmail.com
Thu May 1 00:24:33 PDT 2008


On Thu, May 1, 2008 at 2:50 PM, Jonas Trollvik <jontro at 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





More information about the Commits mailing list