diff options
Diffstat (limited to 'arch/mips/pmcs-msp71xx/msp_time.c')
-rw-r--r-- | arch/mips/pmcs-msp71xx/msp_time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/pmcs-msp71xx/msp_time.c b/arch/mips/pmcs-msp71xx/msp_time.c index 8f12ecc55ace..fea917be0ff1 100644 --- a/arch/mips/pmcs-msp71xx/msp_time.c +++ b/arch/mips/pmcs-msp71xx/msp_time.c | |||
@@ -88,7 +88,7 @@ void __init plat_time_init(void) | |||
88 | mips_hpt_frequency = cpu_rate/2; | 88 | mips_hpt_frequency = cpu_rate/2; |
89 | } | 89 | } |
90 | 90 | ||
91 | unsigned int __cpuinit get_c0_compare_int(void) | 91 | unsigned int get_c0_compare_int(void) |
92 | { | 92 | { |
93 | /* MIPS_MT modes may want timer for second VPE */ | 93 | /* MIPS_MT modes may want timer for second VPE */ |
94 | if ((get_current_vpe()) && !tim_installed) { | 94 | if ((get_current_vpe()) && !tim_installed) { |