[PATCH] Update 3001 broke build for non SMP BSPs. Build failed when compiling default-configuration.c

Sebastian Huber sebastian.huber at embedded-brains.de
Tue May 16 07:55:17 UTC 2017


I fixed it like this:

https://git.rtems.org/rtems/commit/?id=0b8084c2980144c11d1ef42dc92c79417a903d35

On 16/05/17 04:32, Kevin Kirspel wrote:
> ---
>   cpukit/sapi/include/confdefs.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   mode change 100755 => 100644 cpukit/sapi/include/confdefs.h
>
> diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
> old mode 100755
> new mode 100644
> index 5cba1a8..06938b1
> --- a/cpukit/sapi/include/confdefs.h
> +++ b/cpukit/sapi/include/confdefs.h
> @@ -806,7 +806,7 @@ extern rtems_initialization_tasks_table Initialization_tasks[];
>       !defined(CONFIGURE_SCHEDULER_SIMPLE_SMP) && \
>       !defined(CONFIGURE_SCHEDULER_EDF) && \
>       !defined(CONFIGURE_SCHEDULER_CBS)
> -  #if CONFIGURE_MAXIMUM_PROCESSORS > 1
> +  #ifdef _CONFIGURE_SMP_APPLICATION
>       /**
>        * If no scheduler is specified in an SMP configuration, the
>        * priority scheduler is default.

-- 
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.huber at embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.



More information about the devel mailing list