Kill duplicate __sync_fetch_and_add()
authorJens Axboe <axboe@fb.com>
Mon, 29 Jun 2015 19:19:24 +0000 (13:19 -0600)
committerJens Axboe <axboe@fb.com>
Mon, 29 Jun 2015 19:19:24 +0000 (13:19 -0600)
commitf5cd2907de1e6c8281dfeb565c1dc94630e708b0
tree309284bb090cebc65add36bdb261fbbccb5e448a
parent5018f79f6d8da82b6fafbbeeebdecb3799788bc3
Kill duplicate __sync_fetch_and_add()

We already had CONFIG_SFAA, just missed it. No need to duplicate it,
get rid of it and update the check in workqueue.c.

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