that don't
support resource paths.
Signed-off-by: Wayne Boyer
---
James, this patch needs to go into rc-fixes. It fixes an oops that is
currently being seen on Power.
---
drivers/scsi/ipr.c | 51 +--
drivers/scsi/ipr.h |5 +++--
2
Hi Anton,
We also saw a variation of this problem last week and I have an alternative
patch that I'd prefer over this one. I'll post the patch in a separate
email.
Thanks,
--
Wayne Boyer
IBM - Beaverton, Oregon
LTC S/W Development - eServerIO
(503) 578-5236, T/L 775-5236
On 06/02/
equest_irq:
rc = request_irq(pdev->irq, ipr_test_intr, 0, IPR_NAME, ioa_cfg);
Note that the flags value is '0'. The question came up as to whether or
not this value should really be IRQF_SHARED. Given that this is for an MSI
interrupt and MSI interrupts are not shared by definition,