Fix cpusetsize parameter in sched_setaffinity call When converting to CPU_ALLOC this was missed, so sizeof(pointer) was being passed. "Works" up to 64cpus, fix it passing the value returned by CPU_ALLOC_SIZE. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>