Re: [PATCH 3/8] score: Rename Per_CPU_Control::started

2016-03-03 Thread Joel Sherrill
Looks good. On Thu, Mar 3, 2016 at 8:47 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Rename Per_CPU_Control::started into Per_CPU_Control::online to match > standard nomenclature. > --- > cpukit/score/include/rtems/score/percpu.h | 6 +++--- > cpukit/score/src/smp.c

[PATCH 3/8] score: Rename Per_CPU_Control::started

2016-03-03 Thread Sebastian Huber
Rename Per_CPU_Control::started into Per_CPU_Control::online to match standard nomenclature. --- cpukit/score/include/rtems/score/percpu.h | 6 +++--- cpukit/score/src/smp.c| 4 ++-- cpukit/score/src/threadcreateidle.c | 2 +- 3 files changed, 6 insertions(+), 6 deletions