From: John Crispin Date: Thu, 16 Aug 2012 11:39:56 +0000 (+0000) Subject: MIPS: lantiq: adds support for nmi and ejtag bootrom vectors X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f8cd170dabeca90c976e6487ba7a8a7752aae571;p=linux-beck.git MIPS: lantiq: adds support for nmi and ejtag bootrom vectors Register nmi and ejtag bootrom vectors for FALC-ON SoC. Signed-off-by: Thomas Langer Signed-off-by: John Crispin Patchwork: http://patchwork.linux-mips.org/patch/4238/ --- diff --git a/arch/mips/lantiq/falcon/prom.c b/arch/mips/lantiq/falcon/prom.c index c1d278f05a3a..aa9497947859 100644 --- a/arch/mips/lantiq/falcon/prom.c +++ b/arch/mips/lantiq/falcon/prom.c @@ -8,6 +8,8 @@ */ #include +#include +#include #include #include @@ -84,4 +86,7 @@ void __init ltq_soc_detect(struct ltq_soc_info *i) unreachable(); break; } + + board_nmi_handler_setup = ltq_soc_nmi_setup; + board_ejtag_handler_setup = ltq_soc_ejtag_setup; }