From: Len Brown Date: Tue, 28 Jul 2009 20:48:02 +0000 (-0400) Subject: ACPI, PCI: Change PREFIX to "PCI" from "ACPI" in mmconfig-shared.c X-Git-Tag: v2.6.32-rc1~170^2~11 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=f4a2d5840e9f0e48d1a787b66e7346087a756029;p=linux-2.6-block.git ACPI, PCI: Change PREFIX to "PCI" from "ACPI" in mmconfig-shared.c Signed-off-by: Len Brown Acked-by: Jesse Barnes --- diff --git a/arch/x86/pci/mmconfig-shared.c b/arch/x86/pci/mmconfig-shared.c index 81d3466765ca..b707a0141d3b 100644 --- a/arch/x86/pci/mmconfig-shared.c +++ b/arch/x86/pci/mmconfig-shared.c @@ -18,7 +18,7 @@ #include #include -#define PREFIX "ACPI: " +#define PREFIX "PCI: " /* aperture is up to 256MB but BIOS may reserve less */ #define MMCONFIG_APER_MIN (2 * 1024*1024)