Re: [PATCH] smptests/smpcache01: Disable SMP cache manager test when not applicable

2014-09-04 Thread Sebastian Huber
On 01/09/14 13:15, Daniel Cederman wrote: --- testsuites/smptests/smpcache01/init.c | 29 ++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/testsuites/smptests/smpcache01/init.c b/testsuites/smptests/smpcache01/init.c index dd2f9f1..48154d4 100644 --

Re: [PATCH 01/23] raspberrypi: Use shared bspreset.c

2014-09-04 Thread Sebastian Huber
On 04/09/14 18:16, Gedare Bloom wrote: On Wed, Sep 3, 2014 at 11:25 AM, Joel Sherrill wrote: >--- > c/src/lib/libbsp/arm/csb337/startup/bspreset.c | 1 + > c/src/lib/libbsp/arm/raspberrypi/Makefile.am | 2 +- > .../lib/libbsp/arm/raspberrypi/startup/bspreset.c | 35 >

Re: Capture Engine - Addition of capture task information to the capture buffer

2014-09-04 Thread Chris Johns
On 5/09/2014 4:00 am, Joel Sherrill wrote: Piling on... most of the information in the capture engine's task control blocks can be logged statically on task create. This should be done when the first reference to the task is logged. The task may already exist. BUT... there is also trigger i

Re: [PATCH 14/23] mprotect.c: Remove warning for no prototype

2014-09-04 Thread Gedare Bloom
PR, I think it should go to Chris since he has a WIP on it. On Thu, Sep 4, 2014 at 3:38 PM, Joel Sherrill wrote: > > On 9/4/2014 2:06 PM, Gedare Bloom wrote: >> On Thu, Sep 4, 2014 at 1:10 PM, Joel Sherrill >> wrote: >>> On 9/4/2014 11:19 AM, Gedare Bloom wrote: On Wed, Sep 3, 2014 at 11:2

Re: [PATCH 14/23] mprotect.c: Remove warning for no prototype

2014-09-04 Thread Chris Johns
On 5/09/2014 3:10 am, Joel Sherrill wrote: Also I didn't see adding when we don't support any of it. There is code here but it needs some tests and moving to libcsupport. :) http://git.rtems.org/chrisj/rtl.git/tree/sys/mman.h http://git.rtems.org/chrisj/rtl.git/tree/mmap.c http://git.rtems.o

Re: [PATCH 19/23] rtems-rfs-buffer.c: Correct printf() format specifiers to eliminate warnings

2014-09-04 Thread Joel Sherrill
On 9/4/2014 11:21 AM, Gedare Bloom wrote: > On Wed, Sep 3, 2014 at 11:26 AM, Joel Sherrill > wrote: >> --- >> cpukit/libfs/src/rfs/rtems-rfs-buffer.c | 5 ++--- >> 1 file changed, 2 insertions(+), 3 deletions(-) >> >> diff --git a/cpukit/libfs/src/rfs/rtems-rfs-buffer.c >> b/cpukit/libfs/src/rf

Re: [PATCH 14/23] mprotect.c: Remove warning for no prototype

2014-09-04 Thread Joel Sherrill
On 9/4/2014 2:06 PM, Gedare Bloom wrote: > On Thu, Sep 4, 2014 at 1:10 PM, Joel Sherrill > wrote: >> On 9/4/2014 11:19 AM, Gedare Bloom wrote: >>> On Wed, Sep 3, 2014 at 11:26 AM, Joel Sherrill >>> wrote: --- cpukit/posix/src/mprotect.c | 23 ++- 1 file cha

Re: [PATCH 14/23] mprotect.c: Remove warning for no prototype

2014-09-04 Thread Gedare Bloom
On Thu, Sep 4, 2014 at 1:10 PM, Joel Sherrill wrote: > On 9/4/2014 11:19 AM, Gedare Bloom wrote: >> >> On Wed, Sep 3, 2014 at 11:26 AM, Joel Sherrill >> wrote: >>> >>> --- >>> cpukit/posix/src/mprotect.c | 23 ++- >>> 1 file changed, 14 insertions(+), 9 deletions(-) >>> >>>

Re: [PATCH] Regenerate preinstall.am for score/cpu/or1k

2014-09-04 Thread Joel Sherrill
Committed. Thanks. --joel On 9/4/2014 12:55 PM, Hesham ALMatary wrote: > This patch regenerates preinstall.am file after Chris fixup regarding > preinstall.am files gerenration from bootstrap -p command. > --- > cpukit/score/cpu/or1k/preinstall.am | 6 +++--- > 1 file changed, 3 insertions(+), 3

Re: Capture Engine - Addition of capture task information to the capture buffer

2014-09-04 Thread Joel Sherrill
On 9/4/2014 12:57 PM, Jennifer Averett wrote: > > Chris suggested the following approach: > > > > >Another approach could involve adding the task data to the trace > buffer when the first reference > > > to the task is added to the trace buffer. You would add the task > data tagging it with some

Capture Engine - Addition of capture task information to the capture buffer

2014-09-04 Thread Jennifer Averett
Chris suggested the following approach: >Another approach could involve adding the task data to the trace buffer when >the first reference > to the task is added to the trace buffer. You would add the task data tagging > it with some sort of "id". > When added events related to the task the "id"

[PATCH] Regenerate preinstall.am for score/cpu/or1k

2014-09-04 Thread Hesham ALMatary
This patch regenerates preinstall.am file after Chris fixup regarding preinstall.am files gerenration from bootstrap -p command. --- cpukit/score/cpu/or1k/preinstall.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cpukit/score/cpu/or1k/preinstall.am b/cpukit/score/cpu

Re: [PATCH 19/23] rtems-rfs-buffer.c: Correct printf() format specifiers to eliminate warnings

2014-09-04 Thread Joel Sherrill
On 9/4/2014 11:21 AM, Gedare Bloom wrote: > On Wed, Sep 3, 2014 at 11:26 AM, Joel Sherrill > wrote: >> --- >> cpukit/libfs/src/rfs/rtems-rfs-buffer.c | 5 ++--- >> 1 file changed, 2 insertions(+), 3 deletions(-) >> >> diff --git a/cpukit/libfs/src/rfs/rtems-rfs-buffer.c >> b/cpukit/libfs/src/rf

Re: [PATCH 14/23] mprotect.c: Remove warning for no prototype

2014-09-04 Thread Joel Sherrill
On 9/4/2014 11:19 AM, Gedare Bloom wrote: On Wed, Sep 3, 2014 at 11:26 AM, Joel Sherrill wrote: --- cpukit/posix/src/mprotect.c | 23 ++- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/cpukit/posix/src/mprotect.c b/cpukit/posix/src/mprotect.c index f2f8af6

Re: [PATCH 19/23] rtems-rfs-buffer.c: Correct printf() format specifiers to eliminate warnings

2014-09-04 Thread Gedare Bloom
On Wed, Sep 3, 2014 at 11:26 AM, Joel Sherrill wrote: > --- > cpukit/libfs/src/rfs/rtems-rfs-buffer.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/cpukit/libfs/src/rfs/rtems-rfs-buffer.c > b/cpukit/libfs/src/rfs/rtems-rfs-buffer.c > index 3d89f5f..4192b21 100644

Re: [PATCH 14/23] mprotect.c: Remove warning for no prototype

2014-09-04 Thread Gedare Bloom
On Wed, Sep 3, 2014 at 11:26 AM, Joel Sherrill wrote: > --- > cpukit/posix/src/mprotect.c | 23 ++- > 1 file changed, 14 insertions(+), 9 deletions(-) > > diff --git a/cpukit/posix/src/mprotect.c b/cpukit/posix/src/mprotect.c > index f2f8af6..51b565e 100644 > --- a/cpukit/posi

Re: [PATCH 01/23] raspberrypi: Use shared bspreset.c

2014-09-04 Thread Gedare Bloom
On Thu, Sep 4, 2014 at 12:16 PM, Gedare Bloom wrote: > On Wed, Sep 3, 2014 at 11:25 AM, Joel Sherrill > wrote: >> --- >> c/src/lib/libbsp/arm/csb337/startup/bspreset.c | 1 + >> c/src/lib/libbsp/arm/raspberrypi/Makefile.am | 2 +- >> .../lib/libbsp/arm/raspberrypi/startup/bspreset.c

Re: [PATCH 01/23] raspberrypi: Use shared bspreset.c

2014-09-04 Thread Gedare Bloom
On Wed, Sep 3, 2014 at 11:25 AM, Joel Sherrill wrote: > --- > c/src/lib/libbsp/arm/csb337/startup/bspreset.c | 1 + > c/src/lib/libbsp/arm/raspberrypi/Makefile.am | 2 +- > .../lib/libbsp/arm/raspberrypi/startup/bspreset.c | 35 > testsuites/sptests/spintr_err01/init.c