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