]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Read CPU IRQ line that FDC to routed to
authorJames Hogan <james.hogan@imgtec.com>
Thu, 29 Jan 2015 11:14:07 +0000 (11:14 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 31 Mar 2015 10:04:12 +0000 (12:04 +0200)
commit5e5e242261ea3d93a8c75b9f953c979831116a5c
treec9916d76ea4ca6329f7181ba0b9a859ac2d4cb00
parentccd2513cb0147a35bfaecb36634c0ae7c1a88222
MIPS: Read CPU IRQ line that FDC to routed to

Read the CPU IRQ line reportedly used for the Fast Debug Channel (FDC)
interrupt from the IntCtl register and store it in cp0_fdc_irq where
platform implementations of the new weak platform function
get_c0_fdc_int() can refer to it.

[ralf@linux-mips.org: Fixed conflict.]

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Cc: James Hogan <james.hogan@imgtec.com>
Patchwork: https://patchwork.linux-mips.org/patch/9140/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/irq.h
arch/mips/kernel/traps.c