eal: remove redundant atomic API description
authorThomas Monjalon <thomas@monjalon.net>
Tue, 19 Mar 2019 21:16:00 +0000 (22:16 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 28 Mar 2019 22:52:53 +0000 (23:52 +0100)
Atomic functions are described in doxygen of the file
lib/librte_eal/common/include/generic/rte_atomic.h
The copies in arch-specific files are redundant
and confuse readers about the genericity of the API.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Shahaf Shuler <shahafs@mellanox.com>

No differences found