- Remove the no longer needed HPET hack. VMware works fine now.

svn path=/trunk/; revision=69066
This commit is contained in:
Thomas Faber 2015-09-06 18:51:09 +00:00
parent 1a2ad3befe
commit c8df1bac22

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;
}