diff options
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | 2009-11-13 19:33:37 -0500 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2009-11-24 18:28:30 -0500 |
commit | 5663b1b963183e98ece3e77e471da833bb5ad2ff (patch) | |
tree | 8fa82705ec462a133312d790311453abecc4aae7 /arch/x86/pci | |
parent | 67f241f4579651ea4335b58967c8880c0a378249 (diff) |
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')
-rw-r--r-- | arch/x86/pci/mmconfig-shared.c | 4 |
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 @@ | |||
23 | 23 | ||
24 | #define PREFIX "PCI: " | 24 | #define PREFIX "PCI: " |
25 | 25 | ||
26 | /* aperture is up to 256MB but BIOS may reserve less */ | ||
27 | #define MMCONFIG_APER_MIN (2 * 1024*1024) | ||
28 | #define MMCONFIG_APER_MAX (256 * 1024*1024) | ||
29 | |||
30 | /* Indicate if the mmcfg resources have been placed into the resource table. */ | 26 | /* Indicate if the mmcfg resources have been placed into the resource table. */ |
31 | static int __initdata pci_mmcfg_resources_inserted; | 27 | static int __initdata pci_mmcfg_resources_inserted; |
32 | 28 | ||