Re: [PATCH 5/8] score: Add _Per_CPU_Is_boot_processor()

2016-03-04 Thread Sebastian Huber
On 03/03/16 16:18, Joel Sherrill wrote: On Thu, Mar 3, 2016 at 9:14 AM, Sebastian Huber > wrote: On 03/03/16 16:12, Joel Sherrill wrote: Other than bookkeeping, what is this going to be used

Re: [PATCH 5/8] score: Add _Per_CPU_Is_boot_processor()

2016-03-03 Thread Joel Sherrill
On Thu, Mar 3, 2016 at 9:14 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > > > On 03/03/16 16:12, Joel Sherrill wrote: > >> Other than bookkeeping, what is this going to be used for? >> > > Its used later in the watchdog tick. The boot processor manages the wall > clock time.

Re: [PATCH 5/8] score: Add _Per_CPU_Is_boot_processor()

2016-03-03 Thread Sebastian Huber
On 03/03/16 16:12, Joel Sherrill wrote: Other than bookkeeping, what is this going to be used for? Its used later in the watchdog tick. The boot processor manages the wall clock time. How is it configured? The _SMP_Fatal() call at the end of the patch hints that there is some related

[PATCH 5/8] score: Add _Per_CPU_Is_boot_processor()

2016-03-03 Thread Sebastian Huber
--- cpukit/score/include/rtems/score/percpu.h | 19 +++ cpukit/score/src/smp.c| 2 ++ 2 files changed, 21 insertions(+) diff --git a/cpukit/score/include/rtems/score/percpu.h b/cpukit/score/include/rtems/score/percpu.h index 2b05b78..19f46d2 100644 ---