[PATCH 4/4] bsps/riscv: HTIF - Use 32-bit HTIF syscalls on RV32
    Sebastian Huber 
    sebastian.huber at embedded-brains.de
       
    Tue Apr  2 05:16:52 UTC 2019
    
    
  
On 31/03/2019 16:33, Hesham Almatary wrote:
> +static ISR_lock_Control htif_lock;
> +static ISR_lock_Context htif_lock_context;
The lock context must be unique for each caller, so please use a stack 
variable for it. Please use the rtems_interrupt_lock_* API and not the 
internal API.
-- 
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