Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25927
b: refs/heads/master
c: ff3eab2
h: refs/heads/master
i:
  25925: decac90
  25923: 23a0695
  25919: 317d4aa
v: v3
  • Loading branch information
Ralf Baechle committed Apr 19, 2006
1 parent 6ca3118 commit 06dd42c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 7acb783ecd5273a864cfb588ed63c0df0e217a9e
refs/heads/master: ff3eab2a985f8efac239768fe7dda8fffc028ded
6 changes: 3 additions & 3 deletions trunk/arch/mips/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ int mips_srs_max(void)
return shadow_registers.sr_supported;
}

int mips_srs_alloc (void)
int mips_srs_alloc(void)
{
struct shadow_registers *sr = &shadow_registers;
unsigned long flags;
Expand Down Expand Up @@ -1096,7 +1096,7 @@ static void *set_vi_srs_handler(int n, void *addr, int srs)

void *set_vi_handler (int n, void *addr)
{
return set_vi_srs_handler (n, addr, 0);
return set_vi_srs_handler(n, addr, 0);
}
#endif

Expand Down Expand Up @@ -1277,7 +1277,7 @@ void __init trap_init(void)
if (cpu_has_veic || cpu_has_vint) {
int nvec = cpu_has_veic ? 64 : 8;
for (i = 0; i < nvec; i++)
set_vi_handler (i, NULL);
set_vi_handler(i, NULL);
}
else if (cpu_has_divec)
set_handler(0x200, &except_vec4, 0x8);
Expand Down

0 comments on commit 06dd42c

Please sign in to comment.