Re: [PATCH] Assembly suppport for context switch and bug fixes

2020-06-29 Thread Gedare Bloom
On Mon, Jun 29, 2020 at 9:06 PM Utkarsh Rai wrote: > > > > On Mon, Jun 29, 2020 at 11:00 PM Gedare Bloom wrote: >> >> high-level comment: this patch is not complete wrt current RTEMS >> master branch. This makes a complete review impossible. I'm not even >> sure what I'm supposed to be reviewing

Re: [PATCH] Assembly suppport for context switch and bug fixes

2020-06-29 Thread Utkarsh Rai
On Mon, Jun 29, 2020 at 11:00 PM Gedare Bloom wrote: > high-level comment: this patch is not complete wrt current RTEMS > master branch. This makes a complete review impossible. I'm not even > sure what I'm supposed to be reviewing here. Sorry, I was undecided between sending all of my changes

Re: [PATCH] Assembly suppport for context switch and bug fixes

2020-06-29 Thread Gedare Bloom
high-level comment: this patch is not complete wrt current RTEMS master branch. This makes a complete review impossible. I'm not even sure what I'm supposed to be reviewing here. I did my best to provide you with some guidance, but if you want something specific reviewed/evaluated, please make a cl

[PATCH] Assembly suppport for context switch and bug fixes

2020-06-29 Thread utkarsh.ra...@gmail.com
From: Utkarsh Rai --- cpukit/score/cpu/arm/cpu.c| 3 +- cpukit/score/cpu/arm/cpu_asm.S| 14 ++- .../score/cpu/arm/include/rtems/score/cpu.h | 12 ++- cpukit/score/src/stackmanagement.c| 98 +++ cpukit/score/src/threadloadenv.c