Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7323
b: refs/heads/master
c: 48c8b11
h: refs/heads/master
i:
  7321: ec97eb3
  7319: 9b83559
v: v3
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Sep 7, 2005
1 parent 5db6054 commit f0e42ac
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: a888cebe17e39476e5ca18c3a4bd96c6775070db
refs/heads/master: 48c8b1134249432318c8e5d19adc37c45242c4b1
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/kernel/e820.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ int __init e820_mapped(unsigned long start, unsigned long end, unsigned type)
struct e820entry *ei = &e820.map[i];
if (type && ei->type != type)
continue;
if (ei->addr >= end || ei->addr + ei->size < start)
if (ei->addr >= end || ei->addr + ei->size <= start)
continue;
return 1;
}
Expand Down

0 comments on commit f0e42ac

Please sign in to comment.