[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <AM5PR0502MB299687067469E99F1A7A509EAAC80@AM5PR0502MB2996.eurprd05.prod.outlook.com>
Date: Wed, 7 Jun 2017 11:14:24 +0000
From: Noam Camus <noamca@...lanox.com>
To: Vineet Gupta <Vineet.Gupta1@...opsys.com>,
"linux-snps-arc@...ts.infradead.org"
<linux-snps-arc@...ts.infradead.org>
CC: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Elad Kanfi <eladkan@...lanox.com>
Subject: RE: [PATCH v2 11/11] ARC: [plat-eznps] Handle memory error as an
exception
> From: Noam Camus
> Sent: Wednesday, June 7, 2017 9:08 AM
>To: 'Vineet Gupta' <Vineet.Gupta1@...opsys.com>; linux-snps-arc@...ts.infradead.org
>Cc: linux-kernel@...r.kernel.org; Elad Kanfi <eladkan@...lanox.com>
>Subject: RE: [PATCH v2 11/11] ARC: [plat-eznps] Handle memory error as an exception
>>From: Vineet Gupta [mailto:Vineet.Gupta1@...opsys.com]
>>Sent: Wednesday, June 7, 2017 1:11 AM
>...
>>> +
>>> +config EZNPS_MEM_ERROR
>>> + bool "ARC-EZchip Memory error as an exception"
>>> + depends on ARC_PLAT_EZNPS
>>> + default n
>>So you set default to "n" - thus by default it works for the simulator not silicon ?
>Correct, this way I "align" Sim environment to react as close as possible to how it work with silicon.
Sorry, but It is not correct.
Default is for silicon where it is naturally emits machine check and unlike simulator do not need OS to redirect the ISR L2 to machine check handler.
Above motivation of "align" is true, but default is silicon and not sim, as I wrote in my original configuration help.
Please re-update this CONFIG help section.
Thanks
-Noam
Powered by blists - more mailing lists