summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpatomic01/init.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-09-26 13:03:16 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-09-26 21:23:53 +0200
commit8d296cd54e51d2fe1f6bf5344cca70c822b04568 (patch)
tree2a3dc5c5ffaf6d56761510c2e7994104335aef8f /testsuites/smptests/smpatomic01/init.c
parentbootstrap: regenerate preinstall.am (diff)
downloadrtems-8d296cd54e51d2fe1f6bf5344cca70c822b04568.tar.bz2
score: Use uintptr_t for atomic pointer operations
Do not obfuscate the standard API.
Diffstat (limited to 'testsuites/smptests/smpatomic01/init.c')
-rw-r--r--testsuites/smptests/smpatomic01/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuites/smptests/smpatomic01/init.c b/testsuites/smptests/smpatomic01/init.c
index 72ccdf2806..5d0f665cca 100644
--- a/testsuites/smptests/smpatomic01/init.c
+++ b/testsuites/smptests/smpatomic01/init.c
@@ -36,7 +36,6 @@ const char rtems_test_name[] = "SMPATOMIC 1";
typedef struct {
rtems_test_parallel_context base;
- Atomic_Uint atomic_int_value;
Atomic_Ulong atomic_value;
unsigned long per_worker_value[CPU_COUNT];
unsigned long normal_value;