From fad01e6cf95f98adaca3157faa8b96c19296a68e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 10 Jun 2021 09:55:42 +0200 Subject: score: Add PER_CPU_DATA_NEED_INITIALIZATION() Make the initialization of the per-CPU data optional. Change license to BSD-2-Clause according to file history and re-licensing agreement. Update #3053. --- testsuites/smptests/smpfatal09/init.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/smptests/smpfatal09/init.c') diff --git a/testsuites/smptests/smpfatal09/init.c b/testsuites/smptests/smpfatal09/init.c index e67ed0a56a..dfdd11d84c 100644 --- a/testsuites/smptests/smpfatal09/init.c +++ b/testsuites/smptests/smpfatal09/init.c @@ -36,6 +36,8 @@ #include +PER_CPU_DATA_NEED_INITIALIZATION(); + static PER_CPU_DATA_ITEM(int, i) = 123; const char rtems_test_name[] = "SMPFATAL 9"; -- cgit v1.2.3