[PATCH 22/22] powerpc/eeh: Connect EEH error interrupt handle

2013-05-14 Thread Gavin Shan
The EEH error interrupts should have been exported by firmware through device tree. The OS already installed the interrupt handler (opal_interrupt()) for them. The patch checks if we have any existing EEH errors and wakes the kernel thread up to process that if possible. Signed-off-by: Gavin Shan

[PATCH 22/22] powerpc/eeh: Connect EEH error interrupt handle

2013-03-01 Thread Gavin Shan
The EEH error interrupts should have been exported by firmware through device tree. The OS already installed the interrupt handler (opal_interrupt()) for them. The patch checks if we have any existing EEH errors and wakes the kernel thread up to process that if possible. Signed-off-by: Gavin Shan