Explorar o código

[PATCH] mmconfig: remove #define MMCONFIG_APER_XXX

MMCONFIG_APER_XXX is unneeded in arch/x86_64/pci/mmconfig.c.

Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andi Kleen <ak@suse.de>
OGAWA Hirofumi %!s(int64=18) %!d(string=hai) anos
pai
achega
a4ec1b2c9f
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      arch/x86_64/pci/mmconfig.c

+ 0 - 4
arch/x86_64/pci/mmconfig.c

@@ -13,10 +13,6 @@
 
 #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