commit | 88bea188b85f9cefefbbd56b8a48d0f798409177 | [log] [tgz] |
---|---|---|
author | Len Brown <len.brown@intel.com> | Tue Apr 21 00:35:47 2009 -0400 |
committer | Len Brown <len.brown@intel.com> | Tue Apr 21 00:35:47 2009 -0400 |
tree | 8170590416c90c4bec1c00c6e3d472cab3b84e6f | |
parent | a939b96cccdb65df80a52447ec8e4a6d79c56dbb [diff] [blame] |
ACPI: add /sys/firmware/acpi/interrupts/sci_not counter This counter may prove useful in debugging some spurious interrupt issues seen in the field. Signed-off-by: Len Brown <len.brown@intel.com>
diff --git a/drivers/acpi/osl.c b/drivers/acpi/osl.c index d59f08e..d916bea 100644 --- a/drivers/acpi/osl.c +++ b/drivers/acpi/osl.c
@@ -353,8 +353,10 @@ if (handled) { acpi_irq_handled++; return IRQ_HANDLED; - } else + } else { + acpi_irq_not_handled++; return IRQ_NONE; + } } acpi_status