ovs-atomic: Remove atomic_uint64_t and atomic_int64_t.
authorSimon Horman <horms@verge.net.au>
Wed, 14 May 2014 07:19:35 +0000 (16:19 +0900)
committerBen Pfaff <blp@nicira.com>
Fri, 16 May 2014 16:52:40 +0000 (09:52 -0700)
commit58c9b8d34fe67435523540963164750615fa6d1e
treeed3c22fb55166a30937f2d28b8a447248cb87638
parent49fc439de3c983e71b57ae11af552f88961a909f
ovs-atomic: Remove atomic_uint64_t and atomic_int64_t.

Some concern has been raised by Ben Pfaff that atomic_uint64_t may not
be portable. In particular on 32bit platforms that do not have atomic
64bit integers.

Now that there are no longer any users of atomic_uint64_t remove it
entirely. Also remove atomic_int64_t which has no users.

Cc: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/ovs-atomic.h
tests/test-atomic.c