eal/bsd: remove unused HPET support
authorSergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
Thu, 20 Nov 2014 14:06:59 +0000 (14:06 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 27 Nov 2014 15:21:11 +0000 (16:21 +0100)
The HPET support in the BSD EAL was copied directly from the Linux version,
but did not actually work on FreeBSD. We replace this old code with a simple
compiler message that informs the user that we don't support HPET on BSD if
they enable such support in the build-time configuration file.

Signed-off-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>

No differences found