Re: [PATCH v4] Pre-Release Strong-APA

2020-08-26 Thread Richi Dubey
Please review this version of my patch. This still gives a data-exception error because of the earlier discussed issue while trying to scheduled Init task. This patch resolves issues from https://github.com/richidubey/rtems/pull/7/files and patch v3. Thanks, Richi. On Thu, Aug 27, 2020 at 2:32 A

[PATCH v4] Pre-Release Strong-APA

2020-08-26 Thread Richi Dubey
--- cpukit/include/rtems/scheduler.h | 6 +- .../include/rtems/score/schedulerstrongapa.h | 152 ++- cpukit/score/src/schedulerstrongapa.c | 886 ++ 3 files changed, 813 insertions(+), 231 deletions(-) diff --git a/cpukit/include/rtems/scheduler.h b/cpukit/

[PATCH v4] Pre-Release Strong-APA

2020-08-26 Thread Richi Dubey
--- cpukit/include/rtems/scheduler.h | 6 +- .../include/rtems/score/schedulerstrongapa.h | 152 ++- cpukit/score/src/schedulerstrongapa.c | 886 ++ 3 files changed, 813 insertions(+), 231 deletions(-) diff --git a/cpukit/include/rtems/scheduler.h b/cpukit/

Re: [PATCH v4] Pre-Release Strong-APA

2020-08-26 Thread Richi Dubey
Strong-APA.patch > > v4-0001-Pre-Release-Strong-APA.patch > > (mbox) Adding cc: Richi Dubey from line 'From: > Richi Dubey ' > > > > From: Richi Dubey > > To: devel@rtems.org > > Cc: Richi Dubey > > Subject: [PATCH v4] Pre-Release Strong-APA > &

Re: [PATCH v4] Pre-Release Strong-APA

2020-08-26 Thread Gedare Bloom
> Server: smtp.gmail.com > MAIL FROM: > RCPT TO: > RCPT TO: > From: Richi Dubey > To: devel@rtems.org > Cc: Richi Dubey > Subject: [PATCH v4] Pre-Release Strong-APA > Date: Thu, 27 Aug 2020 02:03:33 +0530 > Message-Id: <2020082620.8491-1-richidu...@gmail.com

Re: [PATCH v4] Pre-Release Strong-APA

2020-08-26 Thread Richi Dubey
ichi Dubey Subject: [PATCH v4] Pre-Release Strong-APA Date: Thu, 27 Aug 2020 02:03:33 +0530 Message-Id: <2020082620.8491-1-richidu...@gmail.com> X-Mailer: git-send-email 2.17.1 Send this email? ([y]es|[n]o|[q]uit|[a]ll): y OK. Log says: Server: smtp.gmail.com MAIL FROM: RCPT TO: RCPT TO: F

Re: [PATCH v4] Pre-Release Strong-APA

2020-08-26 Thread Richi Dubey
I've been trying to send the v4 but the patch keeps coming in v3 mail thread :(. What am I missing? On Thu, Aug 27, 2020 at 2:03 AM Richi Dubey wrote: > --- > cpukit/include/rtems/scheduler.h | 6 +- > .../include/rtems/score/schedulerstrongapa.h | 152 ++- > cpukit/score/src/s

[PATCH v4] Pre-Release Strong-APA

2020-08-26 Thread Richi Dubey
--- cpukit/include/rtems/scheduler.h | 6 +- .../include/rtems/score/schedulerstrongapa.h | 152 ++- cpukit/score/src/schedulerstrongapa.c | 901 ++ 3 files changed, 828 insertions(+), 231 deletions(-) diff --git a/cpukit/include/rtems/scheduler.h b/cpukit/

[PATCH v4] Pre-Release Strong-APA

2020-08-26 Thread Richi Dubey
--- cpukit/include/rtems/scheduler.h | 6 +- .../include/rtems/score/schedulerstrongapa.h | 39 +- cpukit/score/src/schedulerstrongapa.c | 901 ++ 3 files changed, 730 insertions(+), 216 deletions(-) diff --git a/cpukit/include/rtems/scheduler.h b/cpukit/i