mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
[ACPI]
- Remove a couple of debugging changes that were never meant to see the light of day ;) svn path=/trunk/; revision=53898
This commit is contained in:
parent
a20f6e3513
commit
2fc7134802
1 changed files with 1 additions and 3 deletions
|
@ -131,7 +131,7 @@ AcpiOsGetPhysicalAddress(
|
||||||
void *
|
void *
|
||||||
AcpiOsAllocate (ACPI_SIZE size)
|
AcpiOsAllocate (ACPI_SIZE size)
|
||||||
{
|
{
|
||||||
//DPRINT("AcpiOsAllocate size %d\n",size);
|
DPRINT("AcpiOsAllocate size %d\n",size);
|
||||||
return ExAllocatePool(NonPagedPool, size);
|
return ExAllocatePool(NonPagedPool, size);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -736,8 +736,6 @@ AcpiOsReadPciConfiguration (
|
||||||
UINT32 Width)
|
UINT32 Width)
|
||||||
{
|
{
|
||||||
PCI_SLOT_NUMBER slot;
|
PCI_SLOT_NUMBER slot;
|
||||||
|
|
||||||
if (1) return AE_ERROR;
|
|
||||||
|
|
||||||
slot.u.AsULONG = 0;
|
slot.u.AsULONG = 0;
|
||||||
slot.u.bits.DeviceNumber = PciId->Device;
|
slot.u.bits.DeviceNumber = PciId->Device;
|
||||||
|
|
Loading…
Reference in a new issue