Re: [PATCH 11/11] x86, olpc: Add XO-1.5 SCI driver

From: Sebastian Andrzej Siewior
Date: Mon May 16 2011 - 05:42:22 EST


* Daniel Drake | 2011-04-30 13:32:30 [+0100]:

>+static DECLARE_WORK(sci_work, process_sci_queue_work);
>+
>+static u32 xo15_sci_gpe_handler(acpi_handle gpe_device, u32 gpe, void *context)
>+{
>+ schedule_work(&sci_work);
>+ return ACPI_INTERRUPT_HANDLED | ACPI_REENABLE_GPE;
>+}

I know this is too much to ask but acpi_install_gpe_handler() looks like
a custom irq demultiplexor which lacks the support for threaded irqs.

Sebastian
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/