Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332228
b: refs/heads/master
c: f8cd170
h: refs/heads/master
v: v3
  • Loading branch information
John Crispin committed Aug 22, 2012
1 parent 03701b7 commit 410f875
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 70ec9054e7a65c878298666083f7d5b70ccf9032
refs/heads/master: f8cd170dabeca90c976e6487ba7a8a7752aae571
5 changes: 5 additions & 0 deletions trunk/arch/mips/lantiq/falcon/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
*/

#include <linux/kernel.h>
#include <asm/cacheflush.h>
#include <asm/traps.h>
#include <asm/io.h>

#include <lantiq_soc.h>
Expand Down Expand Up @@ -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;
}

0 comments on commit 410f875

Please sign in to comment.