projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
cb220c1
3edea48
)
Merge from-linus to-akpm
author
Len Brown
<len.brown@intel.com>
Mon, 15 Aug 2005 20:07:26 +0000
(16:07 -0400)
committer
Len Brown
<len.brown@intel.com>
Mon, 15 Aug 2005 20:07:26 +0000
(16:07 -0400)
1
2
drivers/acpi/motherboard.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
drivers/acpi/motherboard.c
index e10fb4f842b13b1cb4fec4d40f01c2350b09d3fa,61ea70742d4912863df0fe4a25f01c1a98d54829..e928e8c2c6ec90629aab15eeef143319c8c2462e
---
1
/
drivers/acpi/motherboard.c
---
2
/
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