[ACPI]
authorThomas Faber <thomas.faber@reactos.org>
Sat, 9 Jul 2016 15:40:02 +0000 (15:40 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Sat, 9 Jul 2016 15:40:02 +0000 (15:40 +0000)
- This bus hosts all physical hardware. Surely some of it can be in the paging path...

svn path=/trunk/; revision=71868

reactos/drivers/bus/acpi/pnp.c

index e0cee11..8549da4 100644 (file)
@@ -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++;