diff options
Diffstat (limited to 'arch/mips/kernel/time.c')
-rw-r--r-- | arch/mips/kernel/time.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/mips/kernel/time.c b/arch/mips/kernel/time.c index 1ecfbb7eba6c..9f85d4cecc5b 100644 --- a/arch/mips/kernel/time.c +++ b/arch/mips/kernel/time.c | |||
@@ -50,8 +50,6 @@ int update_persistent_clock(struct timespec now) | |||
50 | return rtc_mips_set_mmss(now.tv_sec); | 50 | return rtc_mips_set_mmss(now.tv_sec); |
51 | } | 51 | } |
52 | 52 | ||
53 | int (*mips_timer_state)(void); | ||
54 | |||
55 | int null_perf_irq(void) | 53 | int null_perf_irq(void) |
56 | { | 54 | { |
57 | return 0; | 55 | return 0; |
@@ -147,9 +145,9 @@ static __init int cpu_has_mfc0_count_bug(void) | |||
147 | return 1; | 145 | return 1; |
148 | 146 | ||
149 | /* | 147 | /* |
150 | * I don't have erratas for newer R4400 so be paranoid. | 148 | * we assume newer revisions are ok |
151 | */ | 149 | */ |
152 | return 1; | 150 | return 0; |
153 | } | 151 | } |
154 | 152 | ||
155 | return 0; | 153 | return 0; |