commit | 85daf2c1102ed4fdf1477cfd372046efbe08046e | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Mon Jan 05 09:40:13 2009 +0100 |
committer | Jens Axboe <jens.axboe@oracle.com> | Mon Jan 05 09:40:13 2009 +0100 |
tree | 809b4f6b246aeeaf55203faf3e390fcd099f0fba | |
parent | a6cee43d4e9f2163bca89bf25c8d529128ebc905 [diff] |
Add fio_cpuset_exit() empty handler for platforms that don't support affinity Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/os/os.h b/os/os.h index 823b039..5a3bc55 100644 --- a/os/os.h +++ b/os/os.h
@@ -42,6 +42,7 @@ #define fio_setaffinity(td) (0) #define fio_getaffinity(pid, mask) do { } while (0) #define fio_cpu_clear(mask, cpu) do { } while (0) +#define fio_cpuset_exit(mask) (-1) #endif #ifndef FIO_HAVE_IOPRIO