[PATCH 28/28] atomic: Add simple atomic_t tests

2015-07-16 Thread Peter Zijlstra
Add a few atomic_t tests, gets some compile coverage for the new operations. Signed-off-by: Peter Zijlstra (Intel) --- lib/atomic64_test.c | 69 1 file changed, 48 insertions(+), 21 deletions(-) --- a/lib/atomic64_test.c +++

[PATCH 28/28] atomic: Add simple atomic_t tests

2015-07-16 Thread Peter Zijlstra
Add a few atomic_t tests, gets some compile coverage for the new operations. Signed-off-by: Peter Zijlstra (Intel) pet...@infradead.org --- lib/atomic64_test.c | 69 1 file changed, 48 insertions(+), 21 deletions(-) ---