commit | f886f0f6e0e20d53dc36421c2ee83fb9277554af | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Tue Aug 01 22:00:51 2017 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Aug 10 22:30:00 2017 +1000 |
tree | ef5f8e70c9da4c515441726464ced6aef3354ae2 | |
parent | 1a367063ca0c1c6f6f54b5abd7b4836b0866a07b [diff] |
powerpc/64s: Fix mce accounting for powernv On 64-bit Book3s, when we're in HV mode, we have already counted the machine check exception in machine_check_early(). Signed-off-by: Nicholas Piggin <npiggin@gmail.com> [mpe: Use IS_ENABLED() rather than an #ifdef] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>