]> asedeno.scripts.mit.edu Git - linux.git/commit
MIPS: lantiq: Use CP0_LEGACY_COMPARE_IRQ
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 6 Jan 2019 18:44:12 +0000 (19:44 +0100)
committerPaul Burton <paul.burton@mips.com>
Mon, 7 Jan 2019 21:38:35 +0000 (13:38 -0800)
commit390d1b461eec4b15aed78df0ce72a5c4bc40d619
tree6dcb1e3447d30db757291cb23edb2713a1d961e6
parent2b4dba55b04b212a7fd1f0395b41d79ee3a9801b
MIPS: lantiq: Use CP0_LEGACY_COMPARE_IRQ

Instead of using the lantiq specific MIPS_CPU_TIMER_IRQ use the generic
CP0_LEGACY_COMPARE_IRQ constant for the timer interrupt number.
MIPS_CPU_TIMER_IRQ was already defined to 7 for both supported SoC
families.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: jhogan@kernel.org
Cc: ralf@linux-mips.org
Cc: john@phrozen.org
Cc: linux-mips@linux-mips.org
Cc: linux-mips@vger.kernel.org
arch/mips/include/asm/mach-lantiq/falcon/falcon_irq.h
arch/mips/include/asm/mach-lantiq/xway/lantiq_irq.h
arch/mips/lantiq/irq.c