[PATCH 1/4] score: Add

2016-11-04 Thread Sebastian Huber
The aim of this file is to encapsulate CPU port implementation details. This helps to hide implementation details from which indirectly includes . --- cpukit/score/cpu/arm/Makefile.am| 1 + cpukit/score/cpu/arm/preinstall.am | 4 cpukit/score/cpu/arm/rtems/scor

[PATCH 4/4] sparc: Provide _CPU_Get_thread_executing()

2016-11-04 Thread Sebastian Huber
--- cpukit/score/cpu/sparc/rtems/score/cpuimpl.h | 4 1 file changed, 4 insertions(+) diff --git a/cpukit/score/cpu/sparc/rtems/score/cpuimpl.h b/cpukit/score/cpu/sparc/rtems/score/cpuimpl.h index 6b8b601..5373db1 100644 --- a/cpukit/score/cpu/sparc/rtems/score/cpuimpl.h +++ b/cpukit/score/

[PATCH 2/4] score: Prevent assignment to _Thread_Executing

2016-11-04 Thread Sebastian Huber
--- cpukit/score/include/rtems/score/percpu.h | 2 +- testsuites/tmtests/tm26/task1.c | 12 +--- testsuites/tmtests/tm27/task1.c | 15 +++ 3 files changed, 13 insertions(+), 16 deletions(-) diff --git a/cpukit/score/include/rtems/score/percpu.h b/cpukit/s

[PATCH 3/4] score: Add optional _CPU_Get_thread_executing()

2016-11-04 Thread Sebastian Huber
--- cpukit/score/cpu/no_cpu/rtems/score/cpuimpl.h | 12 cpukit/score/include/rtems/score/percpu.h | 18 +- cpukit/score/src/threadhandler.c | 3 ++- 3 files changed, 27 insertions(+), 6 deletions(-) diff --git a/cpukit/score/cpu/no_cpu/rtems/score/cp

Re: Building All Output Formats for RTEMS Docs

2016-11-04 Thread Joel Sherrill
On Fri, Nov 4, 2016 at 1:35 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello Chris, > > works fine on openSUSE 13.1. I installed a couple of texinfo packages and > did a "pip install -U Sphinx". > > Chris was trying on one of our CentOS 7 machines. I tried on a Fedora 23 ma

Re: [PATCH 1/4] score: Add

2016-11-04 Thread Gedare Bloom
This will need mention in the porting guide. On Fri, Nov 4, 2016 at 9:08 AM, Sebastian Huber wrote: > The aim of this file is to encapsulate CPU port implementation details. > This helps to hide implementation details from which > indirectly includes . > --- > cpukit/score/cpu/arm/Makefile.am

Re: [PATCH 2/4] score: Prevent assignment to _Thread_Executing

2016-11-04 Thread Gedare Bloom
On Fri, Nov 4, 2016 at 9:08 AM, Sebastian Huber wrote: > --- > cpukit/score/include/rtems/score/percpu.h | 2 +- > testsuites/tmtests/tm26/task1.c | 12 +--- > testsuites/tmtests/tm27/task1.c | 15 +++ > 3 files changed, 13 insertions(+), 16 deletions(-) >

Re: [PATCH 2/4] score: Prevent assignment to _Thread_Executing

2016-11-04 Thread Sebastian Huber
- Gedare Bloom schrieb: > On Fri, Nov 4, 2016 at 9:08 AM, Sebastian Huber > wrote: > > --- > > cpukit/score/include/rtems/score/percpu.h | 2 +- > > testsuites/tmtests/tm26/task1.c | 12 +--- > > testsuites/tmtests/tm27/task1.c | 15 +++ > > 3 files