On 08/16/2018 09:44 AM, Michael Ellerman wrote:
> Mahesh Jagannath Salgaonkar writes:
>> On 08/08/2018 08:12 PM, Michael Ellerman wrote:
> ...
>>>
+ union {
+ struct {
+ uint8_t ue_err_type;
+ /*
+ * X
Hi!
On Thu, Aug 16, 2018 at 02:14:39PM +1000, Michael Ellerman wrote:
> Mahesh Jagannath Salgaonkar writes:
> > On 08/08/2018 08:12 PM, Michael Ellerman wrote:
> >>> + uint8_t reserved_1[6];
> >>> + __be64 effective_address;
> >>> + __be64 logical
Mahesh Jagannath Salgaonkar writes:
> On 08/08/2018 08:12 PM, Michael Ellerman wrote:
...
>>
>>> + union {
>>> + struct {
>>> + uint8_t ue_err_type;
>>> + /*
>>> +* X1: Permanent or Transient UE.
>>> +
On 08/08/2018 08:12 PM, Michael Ellerman wrote:
> Hi Mahesh,
>
> A few nitpicks.
>
> Mahesh J Salgaonkar writes:
>> From: Mahesh Salgaonkar
>>
>> On pseries, the machine check error details are part of RTAS extended
>> event log passed under Machine check exception section. This patch adds
>> t
Hi Mahesh,
A few nitpicks.
Mahesh J Salgaonkar writes:
> From: Mahesh Salgaonkar
>
> On pseries, the machine check error details are part of RTAS extended
> event log passed under Machine check exception section. This patch adds
> the definition of rtas MCE event section and related helper
> fu
From: Mahesh Salgaonkar
On pseries, the machine check error details are part of RTAS extended
event log passed under Machine check exception section. This patch adds
the definition of rtas MCE event section and related helper
functions.
Signed-off-by: Mahesh Salgaonkar
---
arch/powerpc/include