Re: dead clock functions

2021-04-21 Thread Greg Steuck
Thanks Miod! Miod Vallat writes: > The todr_handle struct contains two unused function pointers, which are > either not implemented or with clones of eopnotsupp(). The following > diff removes this waste of kernel text. OK gnezdo if somebody wants to commit. If art@ comes back to finish this i

dead clock functions

2021-04-21 Thread Miod Vallat
The todr_handle struct contains two unused function pointers, which are either not implemented or with clones of eopnotsupp(). The following diff removes this waste of kernel text. Index: arch/sparc64/dev/rtc.c === RCS file: /OpenBSD/