aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/mmconfig-shared.c
diff options
context:
space:
mode:
authorBjorn Helgaas <bjorn.helgaas@hp.com>2009-11-13 17:33:37 -0700
committerJesse Barnes <jbarnes@virtuousgeek.org>2009-11-24 15:28:30 -0800
commit5663b1b963183e98ece3e77e471da833bb5ad2ff (patch)
tree8fa82705ec462a133312d790311453abecc4aae7 /arch/x86/pci/mmconfig-shared.c
parentx86/pci: seperate x86_pci_rootbus_res_quirks from amd_bus.c (diff)
downloadlinux-dev-5663b1b963183e98ece3e77e471da833bb5ad2ff.tar.xz
linux-dev-5663b1b963183e98ece3e77e471da833bb5ad2ff.zip
x86/PCI: MMCONFIG: remove unused definitions
Reviewed-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'arch/x86/pci/mmconfig-shared.c')
-rw-r--r--arch/x86/pci/mmconfig-shared.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/pci/mmconfig-shared.c b/arch/x86/pci/mmconfig-shared.c
index 02642773c29d..9bf04bcfb9c2 100644
--- a/arch/x86/pci/mmconfig-shared.c
+++ b/arch/x86/pci/mmconfig-shared.c
@@ -23,10 +23,6 @@
#define PREFIX "PCI: "
-/* aperture is up to 256MB but BIOS may reserve less */
-#define MMCONFIG_APER_MIN (2 * 1024*1024)
-#define MMCONFIG_APER_MAX (256 * 1024*1024)
-
/* Indicate if the mmcfg resources have been placed into the resource table. */
static int __initdata pci_mmcfg_resources_inserted;