Re: [PATCH] x86: add handle_irq() to allow interrupt injection

From: Cyrill Gorcunov
Date: Thu Dec 18 2008 - 00:29:00 EST


On Thu, Dec 18, 2008 at 2:06 AM, Jeremy Fitzhardinge <jeremy@xxxxxxxx> wrote:
...
> +#ifdef CONFIG_X86_64
> +asmlinkage
> +#endif
> +unsigned int __irq_entry do_IRQ(struct pt_regs *regs)
> +{
...
iirc asmlinkage is "none" on x86-64 so you could safely save it here without
CONFIG. i hope I didn't miss anything :)
--
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/