[PATCH] arm: Select the TLB invalidate based on the core's Id variant.

Sebastian Huber sebastian.huber at embedded-brains.de
Wed Jun 26 07:21:49 UTC 2019



On 26/06/2019 09:07, Chris Johns wrote:
> #if defined(__ARM_ARCH_7A__)
>    if (MPIDR & (1 << 39) == 0) {

if ((MPIDR & (1 << 30)) == 0) {

>      arm_cp15_tlb_invalidate_entry_all_asids(mva);
>    }
>    else
> #endif
>    {
>      arm_cp15_tlb_instruction_invalidate_entry(mva);
>      arm_cp15_tlb_data_invalidate_entry(mva);
>    }
> 
> ?

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