![]() | |||||||||||||
Messages in this thread |
> Index: linux-2.6.17-mm2/arch/x86_64/pci/mmconfig.c > =================================================================== > --- linux-2.6.17-mm2.orig/arch/x86_64/pci/mmconfig.c > +++ linux-2.6.17-mm2/arch/x86_64/pci/mmconfig.c > @@ -16,6 +16,7 @@ > /* aperture is up to 256MB but BIOS may reserve less */ > #define MMCONFIG_APER_MIN (2 * 1024*1024) > #define MMCONFIG_APER_MAX (256 * 1024*1024) > +extern int is_acpi_reserved(unsigned long start, unsigned long end); The prototype belongs into some shared header. -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2006-06-27 04:32 [W:0.431 / U:0.420 seconds] ©2003-2008 Jasper Spaans | |||||||||||||