Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40557
b: refs/heads/master
c: 3ab0f40
h: refs/heads/master
i:
  40555: c41731c
v: v3
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Oct 31, 2006
1 parent 2bd3f08 commit 287cab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 38384c8bd82474bf74ea68e4e44aaa14504deb07
refs/heads/master: 3ab0f40f333007eb31dc1e08f578ec224c7d71c2
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ static struct shadow_registers {
static void mips_srs_init(void)
{
shadow_registers.sr_supported = ((read_c0_srsctl() >> 26) & 0x0f) + 1;
printk(KERN_INFO "%d MIPSR2 register sets available\n",
printk(KERN_INFO "%ld MIPSR2 register sets available\n",
shadow_registers.sr_supported);
shadow_registers.sr_allocated = 1; /* Set 0 used by kernel */
}
Expand Down

0 comments on commit 287cab6

Please sign in to comment.