RE: [PATCH 06/10] ARC: [plat-eznps] Fix TLB Errata

From: Noam Camus
Date: Thu May 25 2017 - 07:12:40 EST


>From: Alexey Brodkin [mailto:Alexey.Brodkin@xxxxxxxxxxxx]
>Sent: Thursday, May 25, 2017 14:01 PM

...
>> Â /* Get free TLB slot: Set = computed from vaddr, way = random */
>> Â srÂÂTLBGetIndex, [ARC_REG_TLBCOMMAND]
>> Â
>> @@ -287,6 +294,9 @@ ex_saved_reg1:
>> Â#else
>> Â sr TLBInsertEntry, [ARC_REG_TLBCOMMAND]
>> Â#endif
>> +#ifdef CONFIG_EZNPS_MTM_EXT
>> +88:
>> +#endif

>Not sure if label itself required wrapping in ifdefs. It just makes code bulkier and harder to read.
I will remove the wrapping.

-Noam