Ivan Kokshaysky 5f7dc5d750 alpha: fix RTC on marvel
Unlike other alphas, marvel doesn't have real PC-style CMOS clock hardware
- RTC accesses are emulated via PAL calls.  Unfortunately, for unknown
reason these calls work only on CPU #0.  So current implementation for
arbitrary CPU makes CMOS_READ/WRITE to be executed on CPU #0 via IPI.
However, for obvious reason this doesn't work with standard
get/set_rtc_time() functions, where a bunch of CMOS accesses is done with
disabled interrupts.

Solved by making the IPI calls for entire get/set_rtc_time() functions,
not for individual CMOS accesses.  Which is also a lot more effective
performance-wise.

The patch is largely based on the code from Jay Estabrook.
My changes:
- tweak asm-generic/rtc.h by adding a couple of #defines to
  avoid a massive code duplication in arch/alpha/include/asm/rtc.h;
- sys_marvel.c: fix get/set_rtc_time() return values (Jay's FIXMEs).

NOTE: this fixes *only* LIB_RTC drivers.  Legacy (CONFIG_RTC) driver
wont't work on marvel.  Actually I think that we should just disable
CONFIG_RTC on alpha (maybe in 2.6.30?), like most other arches - AFAIK,
all modern distributions use LIB_RTC anyway.

Signed-off-by: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: Richard Henderson <rth@twiddle.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-01-15 16:39:40 -08:00
..
2008-04-17 10:42:34 -04:00
2009-01-15 16:39:40 -08:00
2007-12-17 19:28:16 -08:00
2007-12-17 19:28:16 -08:00
2007-12-17 19:28:16 -08:00
2005-04-16 15:20:36 -07:00
2007-07-26 11:11:57 -07:00
2008-12-31 18:07:42 -05:00
2005-04-16 15:20:36 -07:00
2006-10-11 11:17:07 -07:00
2009-01-01 10:12:26 +10:30
2009-01-15 16:39:40 -08:00
2008-04-28 08:58:27 -07:00
2005-04-16 15:20:36 -07:00
2008-02-05 09:44:21 -08:00
2009-01-15 16:39:40 -08:00
2007-10-16 09:43:03 -07:00
2007-05-30 10:07:54 -07:00
2005-04-16 15:20:36 -07:00
2009-01-15 16:39:40 -08:00
2009-01-15 16:39:40 -08:00
2009-01-15 16:39:40 -08:00
2008-11-30 10:03:35 -08:00