CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/01 14:00:27
Modified files:
sys/arch/macppc/macppc: clock.c machdep.c
Log message:
Use the same inittodr()/resettodr() implementation as on
amd64/arm64/armv7/i386/hppa/sparc64 and move it to the end of machdep.c.
Wrap the existing time_read and time_write hooks into something that
can be used as a todr_handle.
ok mpi@
