diff options
Diffstat (limited to 'sys/contrib/dev/acpica/rsdump.c')
| -rw-r--r-- | sys/contrib/dev/acpica/rsdump.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/contrib/dev/acpica/rsdump.c b/sys/contrib/dev/acpica/rsdump.c index d820758134d5..6cf7e35ced43 100644 --- a/sys/contrib/dev/acpica/rsdump.c +++ b/sys/contrib/dev/acpica/rsdump.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: rsdump - Functions to display the resource structures. - * $Revision: 20 $ + * $Revision: 21 $ * ******************************************************************************/ @@ -1046,7 +1046,7 @@ AcpiRsDumpResourceList ( BOOLEAN Done = FALSE; - if (AcpiDbgLevel & TRACE_RESOURCES && _COMPONENT & AcpiDbgLayer) + if (AcpiDbgLevel & ACPI_LV_RESOURCES && _COMPONENT & AcpiDbgLayer) { while (!Done) { @@ -1152,7 +1152,7 @@ AcpiRsDumpIrqList ( PCI_ROUTING_TABLE *PrtElement; - if (AcpiDbgLevel & TRACE_RESOURCES && _COMPONENT & AcpiDbgLayer) + if (AcpiDbgLevel & ACPI_LV_RESOURCES && _COMPONENT & AcpiDbgLayer) { PrtElement = (PCI_ROUTING_TABLE *) Buffer; |
