Merge <machine/uvparam.h> into <time.h> and remove it.
authorSascha Wildner <saw@online.de>
Mon, 29 Apr 2013 16:23:11 +0000 (18:23 +0200)
committerSascha Wildner <saw@online.de>
Mon, 29 Apr 2013 16:25:27 +0000 (18:25 +0200)
commit881c84270c81e7e2d26f277199f7712b645921f4
tree576eb795b74807d6c08be4f8ace384dd30c68aa5
parentd5fabb7006ddb6d88f786e86892f6f5381b584ea
Merge <machine/uvparam.h> into <time.h> and remove it.

Its only purpose was to define separate CLK_TCK and CLOCKS_PER_SEC per
platform, all of which were 128. It also was missing for vkernel64
architecture.

FreeBSD has since merged it into <time.h>, too.
Makefile_upgrade.inc
include/time.h
sys/platform/pc32/include/uvparam.h [deleted file]
sys/platform/pc64/include/uvparam.h [deleted file]
sys/platform/vkernel/include/uvparam.h [deleted file]