diff options
Diffstat (limited to 'arch/mips/mm/tlb-r4k.c')
-rw-r--r-- | arch/mips/mm/tlb-r4k.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/mm/tlb-r4k.c b/arch/mips/mm/tlb-r4k.c index c643de4c473a..00b26a67a06d 100644 --- a/arch/mips/mm/tlb-r4k.c +++ b/arch/mips/mm/tlb-r4k.c | |||
@@ -389,7 +389,7 @@ int __init has_transparent_hugepage(void) | |||
389 | 389 | ||
390 | #endif /* CONFIG_TRANSPARENT_HUGEPAGE */ | 390 | #endif /* CONFIG_TRANSPARENT_HUGEPAGE */ |
391 | 391 | ||
392 | static int __cpuinitdata ntlb; | 392 | static int ntlb; |
393 | static int __init set_ntlb(char *str) | 393 | static int __init set_ntlb(char *str) |
394 | { | 394 | { |
395 | get_option(&str, &ntlb); | 395 | get_option(&str, &ntlb); |
@@ -398,7 +398,7 @@ static int __init set_ntlb(char *str) | |||
398 | 398 | ||
399 | __setup("ntlb=", set_ntlb); | 399 | __setup("ntlb=", set_ntlb); |
400 | 400 | ||
401 | void __cpuinit tlb_init(void) | 401 | void tlb_init(void) |
402 | { | 402 | { |
403 | /* | 403 | /* |
404 | * You should never change this register: | 404 | * You should never change this register: |