[PATCH] Confstr port to RTEMS-Libbsd

2020-06-20 Thread Eshan dhawan
The file is taken from FreeBSD and added to lib/libc/gen Update #3373 Signed-off-by: Eshan dhawan --- freebsd/lib/libc/gen/confstr.c | 127 + libbsd.py | 1 + 2 files changed, 128 insertions(+) create mode 100644 freebsd/lib/libc/gen/confs

m2006-2 Linux Build Sweep Feedback

2020-06-20 Thread Joel Sherrill
Hi The m2006-2 candidate passed more of the build sweep steps than any of the other candidates. The bsp builder sweep of all BSPs and many (1700+) configurations has the normal 6 GCC induced epiphany failures. All but one of the BSP bsets built. atsamv failed: https://lists.rtems.org/pipermail/bu

Re: Need help understanding the function Scheduler_SMP_Allocate_processor_lazy

2020-06-20 Thread Gedare Bloom
On Sat, Jun 20, 2020 at 6:12 AM Richi Dubey wrote: > > Hi, > > I've been learning how SMP scheduler word in RTEMS and I came across the > following function definition: > > > /** > * @brief Allocates the

Need help understanding the function Scheduler_SMP_Allocate_processor_lazy

2020-06-20 Thread Richi Dubey
Hi, I've been learning how SMP scheduler word in RTEMS and I came across the following function definition: /** * @brief Allocates the cpu for the scheduled thread. * * Attempts to prevent migrations b

[PATCH] Spelling mistakes in doc smp02

2020-06-20 Thread Richi Dubey
--- testsuites/smptests/smp02/smp02.doc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuites/smptests/smp02/smp02.doc b/testsuites/smptests/smp02/smp02.doc index ba916d32dc..1158456c43 100644 --- a/testsuites/smptests/smp02/smp02.doc +++ b/testsuites/smptests/smp02/s