[PATCH 1/3] shared/src/cache_manager.c: Make prototype match that in header

Sebastian Huber sebastian.huber at embedded-brains.de
Tue May 5 08:03:13 UTC 2015


This was already fixed by Hesham ALMatary:

https://git.rtems.org/rtems/commit/?id=1602bf39733bf742de44663651818c94b9211e8c

The m68k BSPs build with the current master.

On 04/05/15 23:34, Joel Sherrill wrote:
> At least all m68k BSPs were not compiling without this fix.
> ---
>   c/src/lib/libcpu/shared/src/cache_manager.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/c/src/lib/libcpu/shared/src/cache_manager.c b/c/src/lib/libcpu/shared/src/cache_manager.c
> index 202ea8e..003d010 100644
> --- a/c/src/lib/libcpu/shared/src/cache_manager.c
> +++ b/c/src/lib/libcpu/shared/src/cache_manager.c
> @@ -340,7 +340,7 @@ static void smp_cache_inst_inv_all(void *arg)
>   
>   #if defined(CPU_INSTRUCTION_CACHE_ALIGNMENT) \
>     && !defined(CPU_CACHE_SUPPORT_PROVIDES_RANGE_FUNCTIONS)
> -static void
> +void
>   _CPU_cache_invalidate_instruction_range(
>     const void * i_addr,
>     size_t n_bytes

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