Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27035
b: refs/heads/master
c: 7ca97c6
h: refs/heads/master
i:
  27033: 81989c2
  27031: c3fef8b
v: v3
  • Loading branch information
Robert Hentosh authored and Linus Torvalds committed May 31, 2006
1 parent 43c2f09 commit 66e87b8
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: 0d01532451710110a93891ae152d1dd1ee006ccf
refs/heads/master: 7ca97c6131dac9f06b1856a95a2ec89d43844286
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 @@ -149,7 +149,7 @@ unsigned long __init find_e820_area(unsigned long start, unsigned long end, unsi
addr = start;
if (addr > ei->addr + ei->size)
continue;
while (bad_addr(&addr, size) && addr+size < ei->addr + ei->size)
while (bad_addr(&addr, size) && addr+size <= ei->addr+ei->size)
;
last = addr + size;
if (last > ei->addr + ei->size)
Expand Down

0 comments on commit 66e87b8

Please sign in to comment.