[rtems commit] score: Remove unused _Per_CPU_Initialize() decl

Sebastian Huber sebh at rtems.org
Tue Jun 8 07:11:01 UTC 2021


Module:    rtems
Branch:    master
Commit:    34b45b17c57d597a79776e2ba9780b214c5dc173
Changeset: http://git.rtems.org/rtems/commit/?id=34b45b17c57d597a79776e2ba9780b214c5dc173

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Jun  8 09:08:43 2021 +0200

score: Remove unused _Per_CPU_Initialize() decl

---

 cpukit/include/rtems/score/percpu.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/cpukit/include/rtems/score/percpu.h b/cpukit/include/rtems/score/percpu.h
index 1aed17a..3242383 100644
--- a/cpukit/include/rtems/score/percpu.h
+++ b/cpukit/include/rtems/score/percpu.h
@@ -775,13 +775,6 @@ RTEMS_INLINE_ROUTINE void _Per_CPU_Release_all(
 
 #if defined( RTEMS_SMP )
 
-/**
- *  @brief Allocate and Initialize Per CPU Structures
- *
- *  This method allocates and initialize the per CPU structure.
- */
-void _Per_CPU_Initialize(void);
-
 void _Per_CPU_State_change(
   Per_CPU_Control *cpu,
   Per_CPU_State new_state



More information about the vc mailing list