From: Thomas Faber Date: Sat, 9 Jul 2016 15:40:02 +0000 (+0000) Subject: [ACPI] X-Git-Tag: ReactOS-0.4.2~142 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=2bdf474cc4ca217b7c7eef748f11c9210e570289 [ACPI] - This bus hosts all physical hardware. Surely some of it can be in the paging path... svn path=/trunk/; revision=71868 --- diff --git a/reactos/drivers/bus/acpi/pnp.c b/reactos/drivers/bus/acpi/pnp.c index e0cee110ff8..8549da43f5c 100644 --- a/reactos/drivers/bus/acpi/pnp.c +++ b/reactos/drivers/bus/acpi/pnp.c @@ -462,8 +462,6 @@ Bus_InitializePdo ( pdoData->Common.DevicePowerState = ntState; pdoData->Common.SystemPowerState = FdoData->Common.SystemPowerState; - Pdo->Flags |= DO_POWER_PAGABLE; - ExAcquireFastMutex (&FdoData->Mutex); InsertTailList(&FdoData->ListOfPDOs, &pdoData->Link); FdoData->NumPDOs++;