Re: [PATCH 6/8] score: Add _SMP_Before_multitasking_action()

2016-03-03 Thread Joel Sherrill
On Thu, Mar 3, 2016 at 9:11 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > > > On 03/03/16 16:08, Joel Sherrill wrote: > >> The git log message needs more but it looks good otherwise. >> > > Ok, I had to add this for the Cortex-A9 MPCore which has per-processor > registers for

Re: [PATCH 6/8] score: Add _SMP_Before_multitasking_action()

2016-03-03 Thread Sebastian Huber
On 03/03/16 16:08, Joel Sherrill wrote: The git log message needs more but it looks good otherwise. Ok, I had to add this for the Cortex-A9 MPCore which has per-processor registers for the global timer used by the clock driver. This might be useful for other drivers as well. -- Sebastian

Re: [PATCH 6/8] score: Add _SMP_Before_multitasking_action()

2016-03-03 Thread Joel Sherrill
The git log message needs more but it looks good otherwise. --joel On Thu, Mar 3, 2016 at 8:47 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Update #2554. > --- > cpukit/score/include/rtems/score/percpu.h | 8 +++ > cpukit/score/include/rtems/score/smpimpl.h | 48

[PATCH 6/8] score: Add _SMP_Before_multitasking_action()

2016-03-03 Thread Sebastian Huber
Update #2554. --- cpukit/score/include/rtems/score/percpu.h | 8 +++ cpukit/score/include/rtems/score/smpimpl.h | 48 +++- cpukit/score/src/percpu.c | 92 +++--- cpukit/score/src/smp.c | 23