Home
last modified time | relevance | path

Searched hist:"96 c44507601d64f29b8ccc867637292e326c7019" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/
H A Dtime.cdiff 96c44507601d64f29b8ccc867637292e326c7019 Sun Oct 23 02:14:56 CDT 2005 Paul Mackerras <paulus@samba.org> powerpc: Fix time code for 601 processors

The 601 doesn't have the timebase register; instead it has an RTCL
register that counts nanoseconds and wraps at 1000000000, and an
RTCU register that counts seconds. This makes the necessary changes
for the merged time code to use the RTCL/U registers when the kernel
is running on a 601.

Signed-off-by: Paul Mackerras <paulus@samba.org>