diff options
author | Len Brown <len.brown@intel.com> | 2009-07-28 16:48:02 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-08-28 19:57:28 -0400 |
commit | f4a2d5840e9f0e48d1a787b66e7346087a756029 (patch) | |
tree | bc49bcb7c2149efa9e02121ff864d4cb1c357dee /arch/x86/pci/mmconfig-shared.c | |
parent | a192a9580bcc41692be1f36b77c3b681827f566a (diff) |
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>
Diffstat (limited to 'arch/x86/pci/mmconfig-shared.c')
-rw-r--r-- | arch/x86/pci/mmconfig-shared.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/pci/mmconfig-shared.c b/arch/x86/pci/mmconfig-shared.c index 81d3466765c..b707a0141d3 100644 --- a/arch/x86/pci/mmconfig-shared.c +++ b/arch/x86/pci/mmconfig-shared.c @@ -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) |