Author: tfaber
Date: Tue Nov 10 19:14:03 2015
New Revision: 69872
URL:
http://svn.reactos.org/svn/reactos?rev=69872&view=rev
Log:
[ACPI]
- 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
Modified:
trunk/reactos/drivers/bus/acpi/busmgr/bus.c
Modified: trunk/reactos/drivers/bus/acpi/busmgr/bus.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bus/acpi/busmgr/bu…
==============================================================================
--- trunk/reactos/drivers/bus/acpi/busmgr/bus.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/bus/acpi/busmgr/bus.c [iso-8859-1] Tue Nov 10 19:14:03 2015
@@ -1192,14 +1192,6 @@
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;
}