On 10/06/2021 15:48, Gedare Bloom wrote:
+/*
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
The SPDX should go by itself on the first line of the file, according
to our templates?
Hm, yes. I was lucky enough to copy from the wrong template.
--
embedded brains GmbH
Herr Sebastian HUBER
Dorniers
On Thu, Jun 10, 2021 at 2:06 AM Sebastian Huber
wrote:
>
> Make the initialization of the per-CPU data optional.
> ---
> cpukit/Makefile.am | 1 +
> cpukit/include/rtems/score/percpudata.h | 14
> cpukit/sapi/src/exinit.c | 13
> cpukit/score/src/
Make the initialization of the per-CPU data optional.
---
cpukit/Makefile.am | 1 +
cpukit/include/rtems/score/percpudata.h | 14
cpukit/sapi/src/exinit.c | 13
cpukit/score/src/percpudata.c| 94
cpukit/score/sr