ACPI, PCI: Change PREFIX to "PCI" from "ACPI" in mmconfig-shared.c
authorLen Brown <len.brown@intel.com>
Tue, 28 Jul 2009 20:48:02 +0000 (16:48 -0400)
committerLen Brown <len.brown@intel.com>
Fri, 28 Aug 2009 23:57:28 +0000 (19:57 -0400)
Signed-off-by: Len Brown <len.brown@intel.com>
Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org>
arch/x86/pci/mmconfig-shared.c

index 81d3466..b707a01 100644 (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)