Commit 05304b9d authored by Andy Grover's avatar Andy Grover

ACPI: Indicate whether we handled the interrupt or not

parent 608c858e
...@@ -237,9 +237,7 @@ acpi_os_table_override (struct acpi_table_header *existing_table, ...@@ -237,9 +237,7 @@ acpi_os_table_override (struct acpi_table_header *existing_table,
static irqreturn_t static irqreturn_t
acpi_irq(int irq, void *dev_id, struct pt_regs *regs) acpi_irq(int irq, void *dev_id, struct pt_regs *regs)
{ {
(*acpi_irq_handler)(acpi_irq_context); return (*acpi_irq_handler)(acpi_irq_context);
/* FIXME!! We really should check that the irq was really ours! */
return IRQ_HANDLED;
} }
acpi_status acpi_status
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment