Skip to content

Commit

Permalink
ACPI, PCI: Change PREFIX to "PCI" from "ACPI" in mmconfig-shared.c
Browse files Browse the repository at this point in the history
Signed-off-by: Len Brown <len.brown@intel.com>
Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org>
  • Loading branch information
Len Brown committed Aug 28, 2009
1 parent a192a95 commit f4a2d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/pci/mmconfig-shared.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f4a2d58

Please sign in to comment.