Messages in this thread |  | | | Date | Thu, 18 Dec 2008 08:28:45 +0300 | | From | "Cyrill Gorcunov" <> | | Subject | Re: [PATCH] x86: add handle_irq() to allow interrupt injection | |
On Thu, Dec 18, 2008 at 2:06 AM, Jeremy Fitzhardinge <jeremy@goop.org> 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 :)
|  |