From 3ca84d0cba8ae1c21f096df746e5f21bd53c34b6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 6 Mar 2014 10:53:17 +0100 Subject: score: Fix per-CPU state documentation --- cpukit/score/include/rtems/score/percpu.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/score/include/rtems/score/percpu.h') diff --git a/cpukit/score/include/rtems/score/percpu.h b/cpukit/score/include/rtems/score/percpu.h index ca9185ea7a..4b7fd6241f 100644 --- a/cpukit/score/include/rtems/score/percpu.h +++ b/cpukit/score/include/rtems/score/percpu.h @@ -76,7 +76,7 @@ typedef struct Thread_Control_struct Thread_Control; * The processor state controls the life cycle of processors at the lowest * level. No multi-threading or other high-level concepts matter here. * - * State changes must be initiated via _Per_CPU_Change_state(). This function + * State changes must be initiated via _Per_CPU_State_change(). This function * may not return in case someone requested a shutdown. The * _SMP_Send_message() function will be used to notify other processors about * state changes if the other processor is in the up state. @@ -220,9 +220,9 @@ typedef struct { /** * @brief Indicates the current state of the CPU. * - * This field is not protected by a lock. + * This field is not protected by the _Per_CPU_State_lock lock. * - * @see _Per_CPU_Change_state() and _Per_CPU_Wait_for_state(). + * @see _Per_CPU_State_change(). */ Per_CPU_State state; #endif -- cgit v1.2.3