/* * linux/arch/arm/kernel/irq-arch.c * * Copyright (C) 1995-2000 Russell King. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * We contain the architecture-specific parts of interrupt handling * in this file. In 2.5, it will move into the various arch/arm/mach-* * directories. */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include /* * Get architecture specific interrupt handlers * and interrupt initialisation. */ #include void __init genarch_init_irq(void) { irq_init_irq(); }