From 4c7b18e3588db0658a77ee60170875d00c680110 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 22 May 2018 09:14:07 +0200 Subject: Add RTEMS_SYSINIT_CPU_COUNTER Add initialization step for the CPU counter support. Update #3456. --- cpukit/include/rtems/sysinit.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/include/rtems/sysinit.h b/cpukit/include/rtems/sysinit.h index 93e3017358..2c718af8de 100644 --- a/cpukit/include/rtems/sysinit.h +++ b/cpukit/include/rtems/sysinit.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 embedded brains GmbH. All rights reserved. + * Copyright (c) 2015, 2018 embedded brains GmbH. All rights reserved. * * embedded brains GmbH * Dornierstr. 4 @@ -28,6 +28,7 @@ extern "C" { */ #define RTEMS_SYSINIT_BSP_WORK_AREAS 000100 #define RTEMS_SYSINIT_BSP_START 000200 +#define RTEMS_SYSINIT_CPU_COUNTER 000300 #define RTEMS_SYSINIT_INITIAL_EXTENSIONS 000400 #define RTEMS_SYSINIT_MP_EARLY 000500 #define RTEMS_SYSINIT_DATA_STRUCTURES 000600 -- cgit v1.2.3