The value for `ClockTicks` is defined as `100` by the Linux kernel for
all currently supported architectures in Go. Therefore, there is no need
to define this constant for each architecture separately.
This fixes#260.
Signed-off-by: Thomas Hipp <thomashipp@gmail.com>