]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86_64/pci/mmconfig.c
[PATCH] mmconfig: remove #define MMCONFIG_APER_XXX
[linux-2.6-omap-h63xx.git] / arch / x86_64 / pci / mmconfig.c
index 78e50b2c5cc574b476c80d1cdffed3f158fbad3e..50512a8fc9e8b75891de66cfab2612e7cd24540c 100644 (file)
 
 #include "pci.h"
 
-/* aperture is up to 256MB but BIOS may reserve less */
-#define MMCONFIG_APER_MIN      (2 * 1024*1024)
-#define MMCONFIG_APER_MAX      (256 * 1024*1024)
-
 /* Verify the first 16 busses. We assume that systems with more busses
    get MCFG right. */
 #define PCI_MMCFG_MAX_CHECK_BUS 16