Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25924
b: refs/heads/master
c: b4d05cb
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Apr 19, 2006
1 parent 23a0695 commit 1153c02
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6fd11a2173709cd598345e15382af480979cf4fc
refs/heads/master: b4d05cb9cbbf206ab0dc2c1740938b87b3d3ee44
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ void mips_srs_free (int set)
spin_unlock_irqrestore(&sr->sr_lock, flags);
}

void *set_vi_srs_handler (int n, void *addr, int srs)
static void *set_vi_srs_handler(int n, void *addr, int srs)
{
unsigned long handler;
unsigned long old_handler = vi_handlers[n];
Expand Down
1 change: 0 additions & 1 deletion trunk/include/asm-mips/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 1153c02

Please sign in to comment.