commit | 96c44507601d64f29b8ccc867637292e326c7019 | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Sun Oct 23 17:14:56 2005 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Sun Oct 23 17:14:56 2005 +1000 |
tree | 1fbdb6f4a3c2d99afaa6a244161518ec78f31048 | |
parent | 985990137e81ca9fd6561cd0f7d1a9695ec57d5a [diff] |
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>