diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-03-29 18:53:00 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-04-19 04:14:13 +0200 |
commit | 91b05e6776e173da5ce7c96d67b3ad186c4fa49f (patch) | |
tree | 4edd08f258844a33daa40bf7af8972aa657fd2fd /include/asm-mips/system.h | |
parent | 15c4f67ab81b07d3b579a11fc4a30da84c0d4858 (diff) | |
download | talos-op-linux-91b05e6776e173da5ce7c96d67b3ad186c4fa49f.tar.gz talos-op-linux-91b05e6776e173da5ce7c96d67b3ad186c4fa49f.zip |
[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); extern void set_uncached_handler (unsigned long offset, void *addr, unsigned long len); extern void *set_vi_handler (int n, void *addr); extern void *set_except_vector(int n, void *addr); +extern unsigned long ebase; extern void per_cpu_trap_init(void); extern NORET_TYPE void die(const char *, struct pt_regs *); |