Replace CONFIG_CPU_COUNT with plain CPU_COUNT
authorDaniel Gollub <daniel.gollub@gmail.com>
Thu, 1 May 2014 12:07:01 +0000 (14:07 +0200)
committerJens Axboe <axboe@fb.com>
Thu, 1 May 2014 17:21:51 +0000 (11:21 -0600)
commit7221da3796145cf778ded56024c5e1efa00a3901
treead33f64a32c8fc6fbea28d046743cdec22852e50
parent9e52966eb7e2ba4a0b5cb2afda1aa4b8a48be831
Replace CONFIG_CPU_COUNT with plain CPU_COUNT

Fixes double-declartion issue of CPU_COUNT when fio.h is included by
third-party projects.

Checking for a define of CPU_COUNT seems to be a common approach
to deal with different versions of sched.h

Signed-off-by: Daniel Gollub <daniel.gollub@gmail.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
configure
os/os.h