clock: Fix up all the clock 1 handling
authorAlan Cox <alan@linux.intel.com>
Fri, 2 Jan 2015 20:39:02 +0000 (20:39 +0000)
committerAlan Cox <alan@linux.intel.com>
Fri, 2 Jan 2015 20:39:02 +0000 (20:39 +0000)
commit954e2423409b7b22d2871eeda6e79aaf6006adbd
tree2578867e7f631666a5402cca43705e4701184646
parent6d607d97a62be9dd13d536fa7e60aef45697cee1
clock: Fix up all the clock 1 handling

We can't do things simply because clock 1 runs at 10HZ (as from the last
kernel fixes). Instead try and avoid divides, and also pull a few cunning
tricks for fixed division by ten functions
Library/libs/Makefile
Library/libs/__hz.c [deleted file]
Library/libs/clock_getres.c
Library/libs/clock_gettime.c
Library/libs/nanosleep.c
Library/libs/sleep.c