Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146754
b: refs/heads/master
c: cd89436
h: refs/heads/master
v: v3
  • Loading branch information
Peter Griffin authored and Paul Mundt committed May 8, 2009
1 parent 40204b7 commit edcfebd
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: ba0d474082dfa37fb0efd439b4d0c0234ceb1e80
refs/heads/master: cd89436e54b29a07a383ee82f2f718d8c9d24cc4
5 changes: 5 additions & 0 deletions trunk/arch/sh/kernel/traps_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
# define TRAP_ILLEGAL_SLOT_INST 6
# define TRAP_ADDRESS_ERROR 9
# ifdef CONFIG_CPU_SH2A
# define TRAP_UBC 12
# define TRAP_FPU_ERROR 13
# define TRAP_DIVZERO_ERROR 17
# define TRAP_DIVOVF_ERROR 18
Expand Down Expand Up @@ -849,6 +850,10 @@ void __init trap_init(void)
#endif
#endif

#ifdef TRAP_UBC
set_exception_table_vec(TRAP_UBC, break_point_trap);
#endif

/* Setup VBR for boot cpu */
per_cpu_trap_init();
}
Expand Down

0 comments on commit edcfebd

Please sign in to comment.