git: sbin/usched: Use uint64_t for cpu#

Sepherosa Ziehau sepherosa at gmail.com
Tue May 19 07:40:15 PDT 2015


On Tue, May 19, 2015 at 9:48 PM, Tomohiro Kusumi
<tkusumi at crater.dragonflybsd.org> wrote:
>
> commit e6242c1aeaa1aebf9488d08395ef4e00d8210e76
> Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
> Date:   Sun May 17 23:25:07 2015 +0900
>
>     sbin/usched: Use uint64_t for cpu#
>
>     - Use uint64_t for 64 cpus(mask) instead of unsigned long.

I think freebsd's way of specifying cpusets is more extensible:
-c a-b -c x-y ...

Maybe we should change usched to accept cpusets.

Thanks,
sephe



More information about the Commits mailing list