Re: [RFC PATCH v3 11/12] powerpc: Support to replay PMIs

2016-08-25 Thread Madhavan Srinivasan
On Thursday 25 August 2016 12:38 PM, Nicholas Piggin wrote: On Thu, 25 Aug 2016 12:00:02 +0530 Madhavan Srinivasan wrote: Code to replay the Performance Monitoring Interrupts(PMI). In the masked_interrupt handler, for PMIs we reset the MSR[EE] and return. In the __check_irq_replay(), replay

Re: [RFC PATCH v3 11/12] powerpc: Support to replay PMIs

2016-08-25 Thread Nicholas Piggin
On Thu, 25 Aug 2016 12:00:02 +0530 Madhavan Srinivasan wrote: > Code to replay the Performance Monitoring Interrupts(PMI). > In the masked_interrupt handler, for PMIs we reset the MSR[EE] > and return. In the __check_irq_replay(), replay the PMI interrupt > by calling performance_monitor_common h