Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40920
b: refs/heads/master
c: 14f448e
h: refs/heads/master
v: v3
  • Loading branch information
Aaron Durbin authored and Andi Kleen committed Nov 14, 2006
1 parent 9e7e1f6 commit 0595c3c
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: 64e72e41acae0dab733fb0d5d789b76d115210c0
refs/heads/master: 14f448e36192d6d2cd7dfd81cb044977b2f9dd9b
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 @@ -278,7 +278,7 @@ e820_register_active_regions(int nid, unsigned long start_pfn,
>> PAGE_SHIFT;

/* Skip map entries smaller than a page */
if (ei_startpfn > ei_endpfn)
if (ei_startpfn >= ei_endpfn)
continue;

/* Check if end_pfn_map should be updated */
Expand Down

0 comments on commit 0595c3c

Please sign in to comment.