Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5593
b: refs/heads/master
c: 0b2bfb4
h: refs/heads/master
i:
  5591: 71ab758
v: v3
  • Loading branch information
Ivan Kokshaysky authored and Linus Torvalds committed Aug 3, 2005
1 parent 02cbd8c commit 142b111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 71db63acff69618b3d9d3114bd061938150e146b
refs/heads/master: 0b2bfb4e7ff61f286676867c3508569bea6fbf7a
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/motherboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ACPI_MODULE_NAME ("acpi_motherboard")
*/
#define IS_RESERVED_ADDR(base, len) \
(((len) > 0) && ((base) > 0) && ((base) + (len) < IO_SPACE_LIMIT) \
&& ((base) + (len) > PCIBIOS_MIN_IO))
&& ((base) + (len) > 0x1000))

/*
* Clearing the flag (IORESOURCE_BUSY) allows drivers to use
Expand Down

0 comments on commit 142b111

Please sign in to comment.