[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <DB5PR05MB1638EAAC31FC44FA9CB40E4CAAFF0@DB5PR05MB1638.eurprd05.prod.outlook.com>
Date: Thu, 25 May 2017 11:12:33 +0000
From: Noam Camus <noamca@...lanox.com>
To: Alexey Brodkin <Alexey.Brodkin@...opsys.com>
CC: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-snps-arc@...ts.infradead.org"
<linux-snps-arc@...ts.infradead.org>
Subject: RE: [PATCH 06/10] ARC: [plat-eznps] Fix TLB Errata
>From: Alexey Brodkin [mailto:Alexey.Brodkin@...opsys.com]
>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
Powered by blists - more mailing lists