From: Len Brown Date: Mon, 15 Aug 2005 20:07:26 +0000 (-0400) Subject: Merge from-linus to-akpm X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=09d92002718edf8ef284ec3726247acc83efbbe0;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git Merge from-linus to-akpm --- 09d92002718edf8ef284ec3726247acc83efbbe0 diff --cc drivers/acpi/motherboard.c index e10fb4f842b,61ea70742d4..e928e8c2c6e --- a/drivers/acpi/motherboard.c +++ b/drivers/acpi/motherboard.c @@@ -42,7 -43,8 +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