]> err.no Git - linux-2.6/blobdiff - drivers/acpi/motherboard.c
Merge from-linus to-akpm
[linux-2.6] / drivers / acpi / motherboard.c
index e10fb4f842b13b1cb4fec4d40f01c2350b09d3fa..e928e8c2c6ec90629aab15eeef143319c8c2462e 100644 (file)
@@ -42,7 +42,7 @@ ACPI_MODULE_NAME("acpi_motherboard")
  */
 #define IS_RESERVED_ADDR(base, len) \
        (((len) > 0) && ((base) > 0) && ((base) + (len) < IO_SPACE_LIMIT) \
-       && ((base) + (len) > 0x1000))
+       && ((base) + (len) > PCIBIOS_MIN_IO))
 /*
  * Clearing the flag (IORESOURCE_BUSY) allows drivers to use
  * the io ports if they really know they can use it, while