CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2020/05/09 16:12:18
Modified files: sys/arch/mips64/mips64: mips64_machdep.c Log message: Use the same inittodr()/resettodr() implementation as on amd64/arm64/armv7/hppa/i386/macppc/sparc64 and move it to the end of mips64_machdep.c. Wrap the existing tod_get and tod_set hooks into something that can be used as a todr_handle. ok visa@