![]() | |||||||||||||
Messages in this thread |
* Felipe Alfaro Solana <felipe_alfaro@linuxmail.org> wrote: > > kernel/hardirq.c:51: error: conflicting types for 'generic_handle_IRQ_event' > > include/linux/irq.h:78: error: previous declaration of > > 'generic_handle_IRQ_event' was here > Try removing the "asmlinkage" from the definition of > "generic_handle_IRQ_event" in file "kernel/hardirq.c". i solved it by adding asmlinkage to irq.h - i've updated the -O2 patch to include this fix. It needs to stay asmlinkage because e.g. the 4K stacks code calls it from within an assembly section which assumes the function follows the normal calling convention (and not e.g. regparm). Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2005-03-22 14:04 [from the cache] ©2003-2008 | |||||||||||||