Re: [1/2] powerpc/pmu/fsl: fix is_nmi test for irq mask change

2018-06-04 Thread Michael Ellerman
On Thu, 2018-05-10 at 01:04:23 UTC, Nicholas Piggin wrote: > When soft enabled was changed to irq disabled mask, this test missed > being converted (although the equivalent book3s test was converted). > > The PMU drivers consider it an NMI when they take a PMI while general > interrupts are

Re: [PATCH 1/2] powerpc/pmu/fsl: fix is_nmi test for irq mask change

2018-05-10 Thread Madhavan Srinivasan
On Thursday 10 May 2018 06:34 AM, Nicholas Piggin wrote: When soft enabled was changed to irq disabled mask, this test missed being converted (although the equivalent book3s test was converted). The PMU drivers consider it an NMI when they take a PMI while general interrupts are disabled.

[PATCH 1/2] powerpc/pmu/fsl: fix is_nmi test for irq mask change

2018-05-09 Thread Nicholas Piggin
When soft enabled was changed to irq disabled mask, this test missed being converted (although the equivalent book3s test was converted). The PMU drivers consider it an NMI when they take a PMI while general interrupts are disabled. This change restores that behaviour. Fixes: 01417c6cc7