> This patch set is a quick cleanup/update of the timer in BSD. > Since BSD exposes TSC freq in sysctl, we avoid other less accurate methods. > We still provide a fallback in case we fail to obtain the value, as it is > x86 specific. > > The HPET device is not expose in BSD, therefore current code does not work > and we remove it altogether. > > Sergio Gonzalez Monroy (2): > eal: use sysctl in BSD to set TSC freq > eal: BSD timer cleanup - remove HPET support
Applied Thanks -- Thomas