[PATCH] ARM: Do not run dummy_flush_tlb_a15_erratum() on non-Cortex-A15

Fabio Estevam festevam at gmail.com
Tue Jul 23 07:02:12 EDT 2013


Hi Roger,

On Tue, Jul 23, 2013 at 5:13 AM, Roger Quadros <rogerq at ti.com> wrote:

>> -     if (!erratum_a15_798181())
>> -             return;
>> -
>
> Removing this if statement will cause "ipi_flush_tlb_a15_erratum" to be called
> on non A15 platforms. So I would just keep it to be safe.

I just moved the if statement into the the beginning of
dummy_flush_tlb_a15_erratum(), so ipi_flush_tlb_a15_erratum will not
be called on non-A15 systems.

Regards,

Fabio Esteva,



More information about the linux-arm-kernel mailing list