Add support for cpus_allowed_policy
authorJens Axboe <axboe@fb.com>
Thu, 27 Feb 2014 23:52:02 +0000 (15:52 -0800)
committerJens Axboe <axboe@fb.com>
Thu, 27 Feb 2014 23:52:02 +0000 (15:52 -0800)
Two policies are supported:

shared cpumask is shared between all threads. This is the original
behavior.

split cpumask is split between threads, each thread gets a unique
CPU.

Signed-off-by: Jens Axboe <axboe@fb.com>

No differences found