From: Paul Mackerras Date: Fri, 18 Nov 2005 04:52:38 +0000 (+1100) Subject: powerpc: time-of-day fixes for 32-bit CHRP systems X-Git-Tag: v2.6.15-rc2~37^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49e16b7becd6320bde51aa238c11815708f836d9;p=pandora-kernel.git powerpc: time-of-day fixes for 32-bit CHRP systems This makes 32-bit CHRP systems use the RTAS time-of-day routines if available. It fixes a bug in the RTAS time-of-day routines where they were storing a 64-bit timebase value in an unsigned long by making those variables u64. Also, the direct-access time-of-day routines had the wrong convention for the month and year in the struct rtc_time. Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed