netd: use the right clock
authorAlan Cox <alan@linux.intel.com>
Thu, 9 Nov 2017 23:06:54 +0000 (23:06 +0000)
committerAlan Cox <alan@linux.intel.com>
Thu, 9 Nov 2017 23:06:54 +0000 (23:06 +0000)
commit1332f582f608f92b68e020071978146faf1f38a0
tree998edb95f0fff9ad82ad83da881d224ff2aea86d
parent54017570f8a8c303923042582930ceb17111231e
netd: use the right clock

timer 1 is CPU time. That works by luck on a 6809 but on a Z80 clone at
lots of MHz it doesn't run very fast!

What we really need to do is expose the kernel 1/10th second raw tick clock
as timer 2
Applications/netd/clock-arch.c
Applications/netd/clock-arch.h