These 2 patches change the core MIPS and Alchmey irq code to use the new .irq_xxx methods. The first patch is a prerequisite to turn on GENERIC_HARDIRQS_NO_DEPRECATED. I have tested it with the C0 timer and it seems to run well, however the MIPS-MT bits I cannot test. Someone with capable hardware please test! Thank you! The second patch changes the core alchemy and DB1200 board irq functions over to the new .irq_xxx ones. Run-tested on the DB1200. Manuel Lauss (2): MIPS: Convert to new irq methods. Alchemy: Convert to new irq methods. arch/mips/Kconfig | 1 + arch/mips/alchemy/common/irq.c | 83 +++++++++++++++++++----------------- arch/mips/alchemy/devboards/bcsr.c | 18 ++++---- arch/mips/kernel/irq.c | 12 ++++- arch/mips/kernel/irq_cpu.c | 42 +++++++++--------- 5 files changed, 85 insertions(+), 71 deletions(-) -- 1.7.4