On Tue, May 19, 2015 at 9:48 PM, Tomohiro Kusumi <[email protected]> wrote: > > commit e6242c1aeaa1aebf9488d08395ef4e00d8210e76 > Author: Tomohiro Kusumi <[email protected]> > 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
