- Remove the HPET hack, which is finally no longer needed (presumably thanks to the ACPI_ACQUIRE_GLOBAL_LOCK/ACPI_RELEASE_GLOBAL_LOCK fixes).
CORE-10509

svn path=/trunk/; revision=69872
This commit is contained in:
Thomas Faber 2015-11-10 19:14:03 +00:00
parent 9f8c4e2628
commit c7278f382c

View file

@ -1192,14 +1192,6 @@ acpi_bus_add (
snprintf(device->pnp.bus_id, sizeof(device->pnp.bus_id), "%s", bus_id);
buffer.Pointer = NULL;
/* HACK: Skip HPET */
if (strstr(device->pnp.bus_id, "HPET"))
{
DPRINT("Using HPET hack\n");
result = -1;
goto end;
}
break;
}