From: Atsushi Nemoto Date: Wed, 2 Nov 2005 16:02:40 +0000 (+0900) Subject: Remove mips_rtc_lock X-Git-Tag: v2.6.15-rc1~446^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e329331aedeca0f2a7e15bd26a829ee1619c05e0;p=pandora-kernel.git 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 Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed