diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-03-29 12:53:00 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-04-18 22:14:13 -0400 |
commit | 91b05e6776e173da5ce7c96d67b3ad186c4fa49f (patch) | |
tree | 4edd08f258844a33daa40bf7af8972aa657fd2fd /include/asm-mips/system.h | |
parent | 15c4f67ab81b07d3b579a11fc4a30da84c0d4858 (diff) |
[MIPS] Fix vectored interrupt support in TLB exception handler generator.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/system.h')
-rw-r--r-- | include/asm-mips/system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-mips/system.h b/include/asm-mips/system.h index 29c55e7ab311..39026690d9e4 100644 --- a/include/asm-mips/system.h +++ b/include/asm-mips/system.h | |||
@@ -441,6 +441,7 @@ extern void set_handler (unsigned long offset, void *addr, unsigned long len); | |||
441 | extern void set_uncached_handler (unsigned long offset, void *addr, unsigned long len); | 441 | extern void set_uncached_handler (unsigned long offset, void *addr, unsigned long len); |
442 | extern void *set_vi_handler (int n, void *addr); | 442 | extern void *set_vi_handler (int n, void *addr); |
443 | extern void *set_except_vector(int n, void *addr); | 443 | extern void *set_except_vector(int n, void *addr); |
444 | extern unsigned long ebase; | ||
444 | extern void per_cpu_trap_init(void); | 445 | extern void per_cpu_trap_init(void); |
445 | 446 | ||
446 | extern NORET_TYPE void die(const char *, struct pt_regs *); | 447 | extern NORET_TYPE void die(const char *, struct pt_regs *); |