commit | e329331aedeca0f2a7e15bd26a829ee1619c05e0 | [log] [tgz] |
---|---|---|
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | Thu Nov 03 01:02:40 2005 +0900 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Nov 07 18:05:38 2005 +0000 |
tree | bce2bb4ecb6b6808e9e4ebb802808e851693fa40 | |
parent | 28622795972984359b74aa36f9645c7ca23e460b [diff] |
Remove mips_rtc_lock The mips_rtc_lock is no longer needed because RTC operations should be protected already by other mechanism. (rtc_lock, local_irq_save, etc.) Also, locking whole rtc_get_time/rtc_set_time should be avoided while some RTC routines might take very long time (a few seconds). Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>