summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-06-08 09:08:43 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-06-08 09:10:21 +0200
commit34b45b17c57d597a79776e2ba9780b214c5dc173 (patch)
treeedc311664a39a0cef84354fc6c3a7a205ffc8630 /cpukit
parentarm/fvp: Fix integer from pointer without a cast (diff)
downloadrtems-34b45b17c57d597a79776e2ba9780b214c5dc173.tar.bz2
score: Remove unused _Per_CPU_Initialize() decl
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/include/rtems/score/percpu.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpukit/include/rtems/score/percpu.h b/cpukit/include/rtems/score/percpu.h
index 1aed17ab19..3242383b9d 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