Hello. Manuel Lauss wrote:
Use runtime CPU detection instead of relying on preprocessor symbols.
Signed-off-by: Manuel Lauss <manuel.lauss@xxxxxxxxx>
[...]
@@ -547,36 +549,9 @@ handle: do_IRQ(off); }-/* setup edge/level and assign request 0/1 */-static void __init setup_irqmap(struct au1xxx_irqmap *map, int count) +static void __init au1000_init_irq(struct au1xxx_irqmap *map) {
Perhaps au1xxx_inint_irq() would be a better name... WBR, Sergei