arm timer: Use the default get_cntxct by default

Reported by:	kevans
This commit is contained in:
manu 2018-06-14 17:32:23 +00:00
parent dd49c6e3e7
commit 6f5fa798c9

View File

@ -402,7 +402,7 @@ arm_tmr_attach(device_t dev)
if (arm_tmr_sc) if (arm_tmr_sc)
return (ENXIO); return (ENXIO);
sc->get_cntxct = &get_cntxct_a64_unstable; sc->get_cntxct = &get_cntxct;
#ifdef FDT #ifdef FDT
/* Get the base clock frequency */ /* Get the base clock frequency */
node = ofw_bus_get_node(dev); node = ofw_bus_get_node(dev);