commit | 11b8633ada8633991e584951d0027f2741162201 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Wed Nov 23 20:07:19 2011 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Nov 25 14:09:59 2011 +1100 |
tree | a2a80c0df9f0fc500682d1b7a4d62a26d8dd2921 | |
parent | d8afc6fd95496204174f19af0cb39eefee0c3e8a [diff] |
powerpc/time: Use clocksource_register_hz Use clocksource_register_hz which calculates the shift/mult factors for us. Also remove the shift = 22 assumption in vsyscall_update - thanks to Paul Mackerras and John Stultz for catching that. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>