diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-03-29 08:11:22 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-04-18 22:14:13 -0400 |
commit | 7acb783ecd5273a864cfb588ed63c0df0e217a9e (patch) | |
tree | a3224f5bacced97d43e124984e2752d010a17bf0 /arch/mips | |
parent | e76038dcc06fc22134abdc554338d444f87791c6 (diff) |
[MIPS] Fixup printk in mips_srs_init.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/kernel/traps.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/kernel/traps.c b/arch/mips/kernel/traps.c index 0688bd7605dc..7ab49c6f6574 100644 --- a/arch/mips/kernel/traps.c +++ b/arch/mips/kernel/traps.c | |||
@@ -975,7 +975,8 @@ void mips_srs_init(void) | |||
975 | { | 975 | { |
976 | #ifdef CONFIG_CPU_MIPSR2_SRS | 976 | #ifdef CONFIG_CPU_MIPSR2_SRS |
977 | shadow_registers.sr_supported = ((read_c0_srsctl() >> 26) & 0x0f) + 1; | 977 | shadow_registers.sr_supported = ((read_c0_srsctl() >> 26) & 0x0f) + 1; |
978 | printk ("%d MIPSR2 register sets available\n", shadow_registers.sr_supported); | 978 | printk(KERN_INFO "%d MIPSR2 register sets available\n", |
979 | shadow_registers.sr_supported); | ||
979 | #endif | 980 | #endif |
980 | shadow_registers.sr_allocated = 1; /* Set 0 used by kernel */ | 981 | shadow_registers.sr_allocated = 1; /* Set 0 used by kernel */ |
981 | spin_lock_init(&shadow_registers.sr_lock); | 982 | spin_lock_init(&shadow_registers.sr_lock); |