aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/mc146818-time.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/mc146818-time.h')
-rw-r--r--arch/mips/include/asm/mc146818-time.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/include/asm/mc146818-time.h b/arch/mips/include/asm/mc146818-time.h
index 4a08dbe37db8..9e1ad26abdc0 100644
--- a/arch/mips/include/asm/mc146818-time.h
+++ b/arch/mips/include/asm/mc146818-time.h
@@ -26,7 +26,7 @@
26 * MC146818A or Dallas DS12887 data sheet for details. 26 * MC146818A or Dallas DS12887 data sheet for details.
27 * 27 *
28 * BUG: This routine does not handle hour overflow properly; it just 28 * BUG: This routine does not handle hour overflow properly; it just
29 * sets the minutes. Usually you'll only notice that after reboot! 29 * sets the minutes. Usually you'll only notice that after reboot!
30 */ 30 */
31static inline int mc146818_set_rtc_mmss(unsigned long nowtime) 31static inline int mc146818_set_rtc_mmss(unsigned long nowtime)
32{ 32{
@@ -77,7 +77,7 @@ static inline int mc146818_set_rtc_mmss(unsigned long nowtime)
77 * battery and quartz) will not reset the oscillator and will not 77 * battery and quartz) will not reset the oscillator and will not
78 * update precisely 500 ms later. You won't find this mentioned in 78 * update precisely 500 ms later. You won't find this mentioned in
79 * the Dallas Semiconductor data sheets, but who believes data 79 * the Dallas Semiconductor data sheets, but who believes data
80 * sheets anyway ... -- Markus Kuhn 80 * sheets anyway ... -- Markus Kuhn
81 */ 81 */
82 CMOS_WRITE(save_control, RTC_CONTROL); 82 CMOS_WRITE(save_control, RTC_CONTROL);
83 CMOS_WRITE(save_freq_select, RTC_FREQ_SELECT); 83 CMOS_WRITE(save_freq_select, RTC_FREQ_SELECT);