[PATCH] bsps: Do not install

2017-12-07 Thread Sebastian Huber
This is a cache manager implementation header file. Update #3254. --- c/src/lib/libcpu/bfin/Makefile.am | 2 -- c/src/lib/libcpu/bfin/cache/cache_.h | 2 +- c/src/lib/libcpu/bfin/preinstall.am| 4 c/src/lib/libcpu/i386/Makefile.am | 1 - c/

Re: [rtems commit] taskmode.c: Ensure all error checking is done before modifying executing

2017-12-07 Thread Joel Sherrill
Other than fixing those tests for smp, is it bad to just say the interrupt disable part of task mode isn't supported in smp? That could be the first step to deprecating that part of the task mode. On Dec 7, 2017 2:01 AM, "Sebastian Huber" < sebastian.hu...@embedded-brains.de> wrote: > This break

Re: [rtems commit] taskmode.c: Ensure all error checking is done before modifying executing

2017-12-07 Thread Sebastian Huber
On 07/12/17 12:42, Joel Sherrill wrote: Other than fixing those tests for smp, is it bad to just say the interrupt disable part of task mode isn't supported in smp? Here the RTEMS_PREEMPT_MASK and RTEMS_INTERRUPT_MASK are not treated equally:   if ( rtems_configuration_is_smp_enabled() ) {  

Re: [rtems commit] taskmode.c: Ensure all error checking is done before modifying executing

2017-12-07 Thread Joel Sherrill
On Dec 7, 2017 7:16 AM, "Sebastian Huber" < sebastian.hu...@embedded-brains.de> wrote: On 07/12/17 12:42, Joel Sherrill wrote: > Other than fixing those tests for smp, is it bad to just say the interrupt > disable part of task mode isn't supported in smp? > Here the RTEMS_PREEMPT_MASK and RTEMS_

Re: [PATCH] bsps: Do not install

2017-12-07 Thread Chris Johns
On 07/12/2017 19:20, Sebastian Huber wrote: > This is a cache manager implementation header file. Excellent. This one is now solved. Thanks Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel