summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sppercpudata01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sppercpudata01/init.c')
-rw-r--r--testsuites/sptests/sppercpudata01/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/sptests/sppercpudata01/init.c b/testsuites/sptests/sppercpudata01/init.c
index 3d105ee61f..fbdf4c50ad 100644
--- a/testsuites/sptests/sppercpudata01/init.c
+++ b/testsuites/sptests/sppercpudata01/init.c
@@ -25,6 +25,8 @@
const char rtems_test_name[] = "SPPERCPUDATA 1";
+PER_CPU_DATA_NEED_INITIALIZATION();
+
static RTEMS_ALIGNED(CPU_HEAP_ALIGNMENT)
PER_CPU_DATA_ITEM(unsigned char, c) = 1;