diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-03-29 14:09:14 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-04-19 04:14:12 +0200 |
commit | b4d05cb9cbbf206ab0dc2c1740938b87b3d3ee44 (patch) | |
tree | 4876f9784d9a2f03f947ed372f8dec3334b270ac /include/asm-mips/system.h | |
parent | 6fd11a2173709cd598345e15382af480979cf4fc (diff) |
[MIPS] Make set_vi_srs_handler static.
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, 0 insertions, 1 deletions
diff --git a/include/asm-mips/system.h b/include/asm-mips/system.h index 4097fac5ac3c..29c55e7ab311 100644 --- a/include/asm-mips/system.h +++ b/include/asm-mips/system.h @@ -440,7 +440,6 @@ static inline unsigned long __cmpxchg(volatile void * ptr, unsigned long old, 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_vi_srs_handler (int n, void *addr, int regset); extern void *set_except_vector(int n, void *addr); extern void per_cpu_trap_init(void); |