ACPI, PCI: Change PREFIX to "PCI" from "ACPI" in mmconfig-shared.c

Signed-off-by: Len Brown <len.brown@intel.com>
Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org>
This commit is contained in:
Len Brown 2009-07-28 16:48:02 -04:00
parent a192a9580b
commit f4a2d5840e

View file

@ -18,7 +18,7 @@
#include <asm/e820.h>
#include <asm/pci_x86.h>
#define PREFIX "ACPI: "
#define PREFIX "PCI: "
/* aperture is up to 256MB but BIOS may reserve less */
#define MMCONFIG_APER_MIN (2 * 1024*1024)