mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 22:36:36 +00:00
[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 svn path=/trunk/; revision=69872
This commit is contained in:
parent
9f8c4e2628
commit
c7278f382c
1 changed files with 0 additions and 8 deletions
|
@ -1192,14 +1192,6 @@ acpi_bus_add (
|
||||||
snprintf(device->pnp.bus_id, sizeof(device->pnp.bus_id), "%s", bus_id);
|
snprintf(device->pnp.bus_id, sizeof(device->pnp.bus_id), "%s", bus_id);
|
||||||
buffer.Pointer = NULL;
|
buffer.Pointer = NULL;
|
||||||
|
|
||||||
/* HACK: Skip HPET */
|
|
||||||
if (strstr(device->pnp.bus_id, "HPET"))
|
|
||||||
{
|
|
||||||
DPRINT("Using HPET hack\n");
|
|
||||||
result = -1;
|
|
||||||
goto end;
|
|
||||||
}
|
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue