diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2009-09-16 20:25:07 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-09-17 14:07:51 -0400 |
commit | 982f6ffeeed5ef6104cfd72e517ff9e7a9270fda (patch) | |
tree | cfe3546c4983d29deb1794890dcfd26ea480296a /arch/mips/mm/tlb-r4k.c | |
parent | 2882b0c63ac6085fd5c18959240b6f7d6ffb8d5b (diff) |
MIPS: Remove useless zero initializations.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mm/tlb-r4k.c')
-rw-r--r-- | arch/mips/mm/tlb-r4k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mm/tlb-r4k.c b/arch/mips/mm/tlb-r4k.c index cee502caf398..d73428b18b0a 100644 --- a/arch/mips/mm/tlb-r4k.c +++ b/arch/mips/mm/tlb-r4k.c | |||
@@ -475,7 +475,7 @@ static void __cpuinit probe_tlb(unsigned long config) | |||
475 | c->tlbsize = ((reg >> 25) & 0x3f) + 1; | 475 | c->tlbsize = ((reg >> 25) & 0x3f) + 1; |
476 | } | 476 | } |
477 | 477 | ||
478 | static int __cpuinitdata ntlb = 0; | 478 | static int __cpuinitdata ntlb; |
479 | static int __init set_ntlb(char *str) | 479 | static int __init set_ntlb(char *str) |
480 | { | 480 | { |
481 | get_option(&str, &ntlb); | 481 | get_option(&str, &ntlb); |