[PATCH] SLEEPQUEUE(9): Fix typo that prevent non-SMP build.

Sebastian Huber sebastian.huber at embedded-brains.de
Wed Dec 19 09:38:48 UTC 2018


Sorry, thanks for the fix. Please check it in.

On 19/12/2018 10:34, Christian Mauderer wrote:
> From: Christian Mauderer <christian.mauderer at embedded-brains.de>
>
> ---
>   freebsd/sys/kern/subr_sleepqueue.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/freebsd/sys/kern/subr_sleepqueue.c b/freebsd/sys/kern/subr_sleepqueue.c
> index 6712da55..9aa9d7fa 100644
> --- a/freebsd/sys/kern/subr_sleepqueue.c
> +++ b/freebsd/sys/kern/subr_sleepqueue.c
> @@ -154,7 +154,7 @@ struct sleepqueue_chain {
>   #if defined(__rtems__) && defined(RTEMS_SMP)
>   } __aligned(CACHE_LINE_SIZE);
>   #else /* __rtems__ */
> -}
> +};
>   #endif /* __rtems__ */
>   
>   #ifdef SLEEPQUEUE_PROFILING

-- 
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