Make sure that the given CPU range is within the bounds of the OS
authorJens Axboe <jens.axboe@oracle.com>
Mon, 8 Dec 2008 14:03:12 +0000 (15:03 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 8 Dec 2008 14:03:12 +0000 (15:03 +0100)
commit19608d6ceb982409ba036f646c7c57671d2df779
tree8dea987ceb7c100a87467b8fd0ac55784828ad49
parentbe4ecfdf6c8daa75c4df8ac875c9a87da80d81a0
Make sure that the given CPU range is within the bounds of the OS

glibc provides CPU_SETSIZE as the maximum CPU count.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
options.c